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