mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7408 from sylvestre/head-error
head: improve error mgmt.
This commit is contained in:
commit
2ae14a393a
2 changed files with 20 additions and 10 deletions
|
@ -806,7 +806,7 @@ fn test_write_to_dev_full() {
|
|||
.pipe_in_fixture(INPUT)
|
||||
.set_stdout(dev_full)
|
||||
.run()
|
||||
.stderr_contains("No space left on device");
|
||||
.stderr_contains("error writing 'standard output': No space left on device");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue