summaryrefslogtreecommitdiffstats
path: root/tests/glob1.sub
blob: 6b3b8ad1ad42518cccb02cad486fb0a3f0eff8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bash-2.01.1 failed this test
: ${TMPDIR:=/var/tmp}

FN=$TMPDIR/bash-glob.$$
mkdir $FN
cd $FN

mkdir foo
mkdir foobar
touch foo/bar
touch foobar/bar
chmod 311 foo foobar
echo f*/bar

chmod 777 foo foobar
cd $OLDPWD
rm -rf $FN