aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extglob.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extglob.tests')
-rw-r--r--tests/extglob.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extglob.tests b/tests/extglob.tests
index 1a123d8..2d93850 100644
--- a/tests/extglob.tests
+++ b/tests/extglob.tests
@@ -353,6 +353,9 @@ echo a@(.|[^[:alnum:]])b
builtin cd /
rm -rf $TESTDIR
+x=abcdef
+recho "${x#*(a|b)cd}"
+
# this is for the benefit of pure coverage, so it writes the pcv file
# in the right place
builtin cd $MYDIR