aboutsummaryrefslogtreecommitdiffstats
path: root/tests/glob1.sub
blob: 8745cd99ad150091d43734ad01fcc252af1dee3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# bash-2.01.1 failed this test
FN=/tmp/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 /
rm -rf $FN