projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829fecc
)
1999-12-19 Pavel Roskin <pavel_roskin@geocities.com>
author
Tom Tromey
<tromey@redhat.com>
Sun, 19 Dec 1999 08:54:22 +0000
(08:54 +0000)
committer
Tom 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
patch
|
blob
|
history
tests/defs
patch
|
blob
|
history
diff --git
a/tests/ChangeLog
b/tests/ChangeLog
index
fb45375
..
8897298
100644
(file)
--- a/
tests/ChangeLog
+++ b/
tests/ChangeLog
@@
-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.
diff --git
a/tests/defs
b/tests/defs
index
6c17305
..
ec937ea
100644
(file)
--- a/
tests/defs
+++ b/
tests/defs
@@
-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