1
Fork 0
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:
Sylvestre Ledru 2025-03-07 14:02:07 +01:00 committed by GitHub
commit 2ae14a393a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 10 deletions

View file

@ -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");
}
}
}