source: trunk/essentials/app-shells/bash/tests/glob1.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 194 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.