[Box Backup-commit] COMMIT r1644 - box/chris/general/infrastructure
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 09 May 2007 11:36:53 +0100
Author: chris
Date: 2007-05-09 11:36:53 +0100 (Wed, 09 May 2007)
New Revision: 1644
Modified:
box/chris/general/infrastructure/makebuildenv.pl.in
Log:
Make testfiles writable before trying to delete them, otherwise
read-only tests might not work (merges [1628])
Modified: box/chris/general/infrastructure/makebuildenv.pl.in
===================================================================
--- box/chris/general/infrastructure/makebuildenv.pl.in 2007-05-09 10:36:13 UTC (rev 1643)
+++ box/chris/general/infrastructure/makebuildenv.pl.in 2007-05-09 10:36:53 UTC (rev 1644)
@@ -414,6 +414,7 @@
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...