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