Skip to content

Commit d327058

Browse files
sylvestrecakebaker
andauthored
Update tests/by-util/test_od.rs
Co-authored-by: Daniel Hofstetter <[email protected]>
1 parent d0fbee1 commit d327058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_od.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ fn test_od_strings_option() {
10331033
.arg("-S11")
10341034
.pipe_in(b" \x00")
10351035
.succeeds()
1036-
.stdout_is("");
1036+
.no_output();
10371037

10381038
// Test with no address prefix (-An)
10391039
new_ucmd!()

0 commit comments

Comments
 (0)