1999-12-19 Pavel Roskin <pavel_roskin@geocities.com>
authorTom Tromey <tromey@redhat.com>
Sun, 19 Dec 1999 08:54:22 +0000 (08:54 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Dec 1999 08:54:22 +0000 (08:54 +0000)
* tests/defs: add all permissions to testSubDir before
removing it.

tests/ChangeLog
tests/defs

index fb45375..8897298 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-19  Pavel Roskin  <pavel_roskin@geocities.com>
+
+       * tests/defs: add all permissions to testSubDir before
+       removing it.
+
 1999-12-19  Tom Tromey  <tromey@cygnus.com>
 
        * pr2.test: Use egrep, not grep.
index 6c17305..ec937ea 100644 (file)
@@ -19,6 +19,7 @@ case "$srcdir" in
     ;;
 esac
 
+chmod -R a+rwx testSubDir > /dev/null 2>&1
 rm -rf testSubDir > /dev/null 2>&1
 mkdir testSubDir
 cd ./testSubDir