mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 12:20:50 +02:00
commit bash-20060316 snapshot
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# bash-2.01.1 failed this test
|
||||
FN=/tmp/bash-glob.$$
|
||||
mkdir $FN
|
||||
cd $FN
|
||||
mkdir foo
|
||||
mkdir foobar
|
||||
touch foo/bar
|
||||
touch foobar/bar
|
||||
chmod 311 foo foobar
|
||||
echo f*/bar
|
||||
|
||||
chmod 777 foo foobar
|
||||
cd /
|
||||
rm -rf $FN
|
||||
Reference in New Issue
Block a user