]> mj.ucw.cz Git - libucw.git/commitdiff
'make tests' should not display error messages when the tmp dir is empty
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 20 Jan 2008 11:25:36 +0000 (12:25 +0100)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 20 Jan 2008 11:25:36 +0000 (12:25 +0100)
build/tester

index d467b98fa6b1e05a68604264b24daaf361082575..f66713e18c45bd4c0f3d12faaa4bc806d6f71696 100755 (executable)
@@ -132,7 +132,7 @@ TEST: foreach $tt (@tests) {
                }
        }
 
-       system "rm $rundir/tmp/test$i.*";
+       system "rm -f $rundir/tmp/test$i.*";
        print "OK\n";
 }