aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-11-20 16:04:22 +0000
committerMatt Kraai <kraai@debian.org>2001-11-20 16:04:22 +0000
commit1dbd6ff80fe037bf603fb24d9357583a0ede4edf (patch)
tree3eccae443eb01031d0ab7be82b30e5e4353a077d /testsuite
parent585f657e2dc79acfa4e758933886786c8edefbdf (diff)
downloadbusybox-1dbd6ff80fe037bf603fb24d9357583a0ede4edf.tar.gz
New.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/grep/grep-matches-NUL3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/grep/grep-matches-NUL b/testsuite/grep/grep-matches-NUL
new file mode 100644
index 000000000..04c7fd3f5
--- /dev/null
+++ b/testsuite/grep/grep-matches-NUL
@@ -0,0 +1,3 @@
+# XFAIL
+echo -e '\0' >foo
+busybox grep . foo