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")
|
.arg("lorem_ipsum.txt")
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.no_stderr()
|
.no_stderr()
|
||||||
.stdout_is_fixture("raw_single_file.expected");
|
.stdout_is_fixture_bytes("raw_single_file.expected");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
1
tests/fixtures/cksum/raw_single_file.expected
vendored
Normal file
1
tests/fixtures/cksum/raw_single_file.expected
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
訓h
|
Loading…
Add table
Add a link
Reference in a new issue