]> sourceware.org Git - automake.git/commitdiff
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 fb45375b3df88c1bfcdf840a209dd729f636e0e7..8897298133ccef88ce32b4d20152bd3d47ada774 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 6c173056ba39348ef1cc91e322b070d89defe03e..ec937ead86066aa737e8be97f1152db55eb6b3a5 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
This page took 0.031546 seconds and 5 git commands to generate.