diff options
Diffstat (limited to 'testsuite/grep.tests')
-rwxr-xr-x | testsuite/grep.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/grep.tests b/testsuite/grep.tests index d0b0d2767..e57889790 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | testing "grep (exit with error)" "grep nonexistent 2> /dev/null ; echo \$?" \ | 16 | testing "grep (exit with error)" "grep nonexistent 2> /dev/null ; echo \$?" \ |
17 | "1\n" "" "" | 17 | "1\n" "" "" |
18 | testing "grep (exit success)" "grep grep $0 > /dev/null 2>&1 ; echo \$?" "0\n" \ | 18 | testing "grep (exit success)" "grep grep '$0' > /dev/null 2>&1 ; echo \$?" "0\n" \ |
19 | "" "" | 19 | "" "" |
20 | # Test various data sources and destinations | 20 | # Test various data sources and destinations |
21 | 21 | ||