* testsuite/grep/grep-handles-binary-files: Read input from a pipe.
* testsuite/grep/grep-matches-NUL: Likewise.
This commit is contained in:
parent
0efab3319d
commit
b3de66869b
@ -1,2 +1 @@
|
|||||||
echo -e '\0foo' >foo
|
echo -e '\0foo' | busybox grep foo
|
||||||
busybox grep foo foo
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
# XFAIL
|
# XFAIL
|
||||||
echo -e '\0' >foo
|
echo -e '\0' | busybox grep .
|
||||||
busybox grep . foo
|
|
||||||
|
Loading…
Reference in New Issue
Block a user