Update of /cvsroot/winbash/winbash/tests
In directory usw-pr-cvs1:/tmp/cvs-serv14844/tests
Modified Files:
glob-test
Log Message:
Applied 1.14.3 diffs from GNU bash
Index: glob-test
===================================================================
RCS file: /cvsroot/winbash/winbash/tests/glob-test,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glob-test 9 Mar 2002 04:43:16 -0000 1.2
+++ glob-test 9 Mar 2002 16:05:45 -0000 1.3
@@ -7,6 +7,7 @@
}
TESTDIR=/tmp/glob-test
+rm -rf $TESTDIR
mkdir $TESTDIR
cd $TESTDIR
|