source:
trunk/essentials/app-shells/bash/tests/glob1.sub
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.