aboutsummaryrefslogtreecommitdiff
path: root/tests/grep.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grep.test')
-rwxr-xr-xtests/grep.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grep.test b/tests/grep.test
index 69f8036e..e3753c2c 100755
--- a/tests/grep.test
+++ b/tests/grep.test
@@ -120,7 +120,7 @@ testing "-HnbB1" "grep -HnbB1 f input" \
testing "-q match overrides error" \
"grep -q hello missing input 2>/dev/null && echo yes" "yes\n" "hello\n" ""
testing "-q not found is 1" \
- 'grep -q hello input || echo $?' "1\n" "" ""
+ 'grep -q hello input || echo $?' "1\n" "x" ""
testing "-q missing is 2" \
'grep -q hello missing missing 2>/dev/null || echo $?' "2\n" "" ""
testing "-q missing survives exists but not found" \