mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
* 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
2 changed files with 2 additions and 4 deletions
|
|
@ -1,2 +1 @@
|
|||
echo -e '\0foo' >foo
|
||||
busybox grep foo foo
|
||||
echo -e '\0foo' | busybox grep foo
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# XFAIL
|
||||
echo -e '\0' >foo
|
||||
busybox grep . foo
|
||||
echo -e '\0' | busybox grep .
|
||||
|
|
|
|||
Loading…
Reference in a new issue