diff --git a/tests/sum.rs b/tests/sum.rs index eeb8c1f05..967f2119d 100644 --- a/tests/sum.rs +++ b/tests/sum.rs @@ -65,7 +65,7 @@ fn test_sysv_multiple_files() { fn test_sysv_stdin() { let (at, mut ucmd) = testing(UTIL_NAME); let input = at.read("lorem_ipsum.txt"); - let result = ucmd.run_piped_stdin(input); + let result = ucmd.arg("-s").run_piped_stdin(input); assert_empty_stderr!(result); assert!(result.success);