]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/glob1.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / glob1.sub
1 # bash-2.01.1 failed this test
2 FN=/tmp/bash-glob.$$
3 mkdir $FN
4 cd $FN
5 mkdir foo
6 mkdir foobar
7 touch foo/bar
8 touch foobar/bar
9 chmod 311 foo foobar
10 echo f*/bar
11
12 chmod 777 foo foobar
13 cd /
14 rm -rf $FN