summaryrefslogtreecommitdiff
path: root/tests/extglob3.sub
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-12-08 13:04:34 -0500
committerChet Ramey <chet.ramey@case.edu>2016-12-08 13:04:34 -0500
commit99210c299bf78da8830c389ab63a3912b087b092 (patch)
treee4c96790a32f4fe1bb7c1b1e5358a1f2b30707df /tests/extglob3.sub
parent731e5676a2fe62a734036645960514a915890f6c (diff)
downloadbash-99210c299bf78da8830c389ab63a3912b087b092.tar.gz
commit bash-20161206 snapshot
Diffstat (limited to 'tests/extglob3.sub')
-rw-r--r--tests/extglob3.sub3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/extglob3.sub b/tests/extglob3.sub
index 94567ee9..8511b67f 100644
--- a/tests/extglob3.sub
+++ b/tests/extglob3.sub
@@ -1,5 +1,5 @@
shopt -s extglob
-DIR=/tmp/extglob-$$
+DIR=$TMPDIR/extglob-$$
mkdir $DIR
cd $DIR
@@ -18,4 +18,3 @@ echo !(foo)*
cd $OLDPWD
rm -rf $DIR
-