diff options
Diffstat (limited to 'busybox/testsuite/grep/grep-handles-multiple-regexps')
-rw-r--r-- | busybox/testsuite/grep/grep-handles-multiple-regexps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox/testsuite/grep/grep-handles-multiple-regexps b/busybox/testsuite/grep/grep-handles-multiple-regexps new file mode 100644 index 0000000..5c1b8de --- /dev/null +++ b/busybox/testsuite/grep/grep-handles-multiple-regexps @@ -0,0 +1 @@ +echo foo | busybox grep -e foo -e bar |