do not overwrite tinder-config.pl in-place like that

git-svn-id: svn://10.0.0.236/trunk@237030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com 2007-10-01 23:41:05 +00:00
parent 5f6dc801c8
commit aa35d548cc
2 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ test:
for f in release t/test.pl `find . -name "*.pm"`; do perl -c $$f; done
if [ -f t/test.log ]; then rm t/test.log; fi
if [ ! -f bootstrap.cfg ]; then cp bootstrap.cfg.example bootstrap.cfg; fi
cp t/tinder-config.pl.orig t/tinder-config.pl
./t/test.pl
stage: