]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/glob1.sub
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / glob1.sub
1 # bash-2.01.1 failed this test
2 : ${TMPDIR:=/var/tmp}
3
4 FN=$TMPDIR/bash-glob.$$
5 mkdir $FN
6 cd $FN
7
8 mkdir foo
9 mkdir foobar
10 touch foo/bar
11 touch foobar/bar
12 chmod 311 foo foobar
13 echo f*/bar
14
15 chmod 777 foo foobar
16 cd $OLDPWD
17 rm -rf $FN