summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-05-03 11:37:05 +0000
committerChris Wilson <chris+github@qwirx.com>2007-05-03 11:37:05 +0000
commit3b5150c9d27cf3cb619ea3680d3f8d7845b9ff06 (patch)
treedaf89cb23a089c70e944ddc50e8821cca9ed6b0e
parent4aae957662f2bc0fa616a1f581372763ac8416e5 (diff)
Make testfiles writable before trying to delete them, otherwise read-only
tests might not work (refs #3)
-rwxr-xr-xinfrastructure/makebuildenv.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in
index 04bce787..7069b09d 100755
--- a/infrastructure/makebuildenv.pl.in
+++ b/infrastructure/makebuildenv.pl.in
@@ -414,6 +414,7 @@ test -r testfiles/bbackupd.pid && kill `cat testfiles/bbackupd.pid`
test -r testfiles/bbstored.pid && kill `cat testfiles/bbstored.pid`
echo Removing old test files...
+chmod -R a+rwx testfiles
rm -rf testfiles
echo Copying new test files...