summaryrefslogtreecommitdiff
path: root/tests/extglob.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extglob.tests')
-rw-r--r--tests/extglob.tests4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/extglob.tests b/tests/extglob.tests
index 2d93850..51e33ee 100644
--- a/tests/extglob.tests
+++ b/tests/extglob.tests
@@ -193,7 +193,7 @@ esac
MYDIR=$PWD # save where we are
-TESTDIR=/tmp/eglob-test
+TESTDIR=/tmp/eglob-test-$$
mkdir $TESTDIR
builtin cd $TESTDIR || { echo $0: cannot cd to $TESTDIR >&2 ; exit 1; }
rm -rf *
@@ -360,4 +360,6 @@ recho "${x#*(a|b)cd}"
# in the right place
builtin cd $MYDIR
+${THIS_SH} ./extglob1.sub
+
exit 0