[Winbash-checkins] CVS: winbash/tests glob-test,1.2,1.3
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-09 16:05:47
|
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 |