From: Pavel Charvat Date: Sun, 20 Jan 2008 11:25:36 +0000 (+0100) Subject: 'make tests' should not display error messages when the tmp dir is empty X-Git-Tag: holmes-import~472 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ca1d58bec2ba0740e7f67a533833b4c9f838853d;p=libucw.git 'make tests' should not display error messages when the tmp dir is empty --- diff --git a/build/tester b/build/tester index d467b98f..f66713e1 100755 --- a/build/tester +++ b/build/tester @@ -132,7 +132,7 @@ TEST: foreach $tt (@tests) { } } - system "rm $rundir/tmp/test$i.*"; + system "rm -f $rundir/tmp/test$i.*"; print "OK\n"; }