diff options
Diffstat (limited to 'testsuite/grep/grep-matches-NUL')
-rw-r--r-- | testsuite/grep/grep-matches-NUL | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/grep/grep-matches-NUL b/testsuite/grep/grep-matches-NUL deleted file mode 100644 index 082bd87..0000000 --- a/testsuite/grep/grep-matches-NUL +++ /dev/null @@ -1,8 +0,0 @@ -set +e -echo -e '\0' | busybox grep . -if [ $? != 0 ] ; then - exit 0; -fi - -exit 1; - |