mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
od: fix incomplete test
This commit is contained in:
@@ -53,13 +53,16 @@ fn test_file() {
|
||||
.succeeds()
|
||||
.no_stderr()
|
||||
.stdout_is(unindent(ALPHA_OUT));
|
||||
|
||||
// Ensure that default format matches `-t o2`, and that `-t` does not absorb file argument
|
||||
scene
|
||||
.ucmd()
|
||||
.arg("--endian=little")
|
||||
.arg("-t")
|
||||
.arg("o2")
|
||||
.arg("test");
|
||||
.arg("test")
|
||||
.succeeds()
|
||||
.stdout_only(unindent(ALPHA_OUT));
|
||||
}
|
||||
|
||||
// Test that od can read 2 files and concatenate the contents
|
||||
|
||||
Reference in New Issue
Block a user