mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
cksum: fixed test for --raw on single file
This commit is contained in:
parent
d72343bc64
commit
28b5224725
2 changed files with 2 additions and 1 deletions
|
@ -294,7 +294,7 @@ fn test_raw_single_file() {
|
|||
.arg("lorem_ipsum.txt")
|
||||
.succeeds()
|
||||
.no_stderr()
|
||||
.stdout_is_fixture("raw_single_file.expected");
|
||||
.stdout_is_fixture_bytes("raw_single_file.expected");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue