mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
cksum: fixed test for --raw on single file
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
訓h
|
||||
Reference in New Issue
Block a user