* testsuite/grep/grep-handles-binary-files: Read input from a pipe.

* testsuite/grep/grep-matches-NUL: Likewise.
This commit is contained in:
Matt Kraai 2002-03-19 23:46:16 +00:00
parent 0efab3319d
commit b3de66869b
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1 @@
echo -e '\0foo' >foo
busybox grep foo foo
echo -e '\0foo' | busybox grep foo

View File

@ -1,3 +1,2 @@
# XFAIL
echo -e '\0' >foo
busybox grep . foo
echo -e '\0' | busybox grep .