bc: upstream fixes
[oweals/busybox.git] / testsuite / grep.tests
index d0b0d2767cb26a4818b2979e9282a1f06c413a69..e578897905e3a0f48b1c3f78937af3bb670f5d35 100755 (executable)
@@ -15,7 +15,7 @@
 
 testing "grep (exit with error)" "grep nonexistent 2> /dev/null ; echo \$?" \
        "1\n" "" ""
-testing "grep (exit success)" "grep grep $0 > /dev/null 2>&1 ; echo \$?" "0\n" \
+testing "grep (exit success)" "grep grep '$0' > /dev/null 2>&1 ; echo \$?" "0\n" \
        "" ""
 # Test various data sources and destinations