aboutsummaryrefslogtreecommitdiff
path: root/tests/cmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmp.test')
-rwxr-xr-xtests/cmp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmp.test b/tests/cmp.test
index 0c4355ab..d1a8033b 100755
--- a/tests/cmp.test
+++ b/tests/cmp.test
@@ -35,7 +35,7 @@ testing "-s diff, return code" "cmp -s input input2 2>&1 || echo yes" "yes\n" "a
testing "-l EOF, stderr" "cmp -l input input2 2>&1" "cmp: EOF on input2\n" "ab\nc\nx" ""
testing "-l diff and EOF, stdout and stderr" "cmp -l input input2 2>&1 | sort" "4 170 143\ncmp: EOF on input2\n" "ab\nx\nx" ""
-testing "-s not exist" "cmp -s input doesnotexist 2>&1 || echo yes" "yes\n" "" ""
+testing "-s not exist" "cmp -s input doesnotexist 2>&1 || echo yes" "yes\n" "x" ""
rm input2