diff options
Diffstat (limited to 'busybox/testsuite/grep/egrep-is-not-case-insensitive')
-rw-r--r-- | busybox/testsuite/grep/egrep-is-not-case-insensitive | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox/testsuite/grep/egrep-is-not-case-insensitive b/busybox/testsuite/grep/egrep-is-not-case-insensitive new file mode 100644 index 0000000..8816073 --- /dev/null +++ b/busybox/testsuite/grep/egrep-is-not-case-insensitive @@ -0,0 +1,2 @@ +# FEATURE: CONFIG_FEATURE_GREP_EGREP_ALIAS +test x`echo foo | busybox egrep FOO` = x |