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

This commit is contained in:
rhelmer@mozilla.com 2007-10-01 16:41:04 -07:00
parent e263fce93a
commit bcd60c5581
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: