Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-31 19:16:31 +0300
committerMatt Kraai <kraai@debian.org>2001-10-31 19:16:31 +0300
commitbb0088e98048101d368d00249ab0807db56f2c49 (patch)
tree2e405dd9d54ea3ea2cb7475cb3f990235e2460e0 /testsuite
parent8fc05897779393decadaf808e4694fbf1efe1c56 (diff)
Make egrep only set REG_EXTENDED flag.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/grep/egrep-is-not-case-insensitive1
-rw-r--r--testsuite/grep/egrep-supports-extended-regexps1
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/grep/egrep-is-not-case-insensitive b/testsuite/grep/egrep-is-not-case-insensitive
new file mode 100644
index 000000000..f12c54cd5
--- /dev/null
+++ b/testsuite/grep/egrep-is-not-case-insensitive
@@ -0,0 +1 @@
+test x`echo foo | busybox egrep FOO` = x
diff --git a/testsuite/grep/egrep-supports-extended-regexps b/testsuite/grep/egrep-supports-extended-regexps
new file mode 100644
index 000000000..8db154c21
--- /dev/null
+++ b/testsuite/grep/egrep-supports-extended-regexps
@@ -0,0 +1 @@
+test x`echo foo | busybox egrep fo+` = xfoo