]> mj.ucw.cz Git - libucw.git/blobdiff - build/tester
Doc: Mention fb_multi in the release notes
[libucw.git] / build / tester
index d467b98fa6b1e05a68604264b24daaf361082575..ea1a6a317e7631bf14b98586e1c55d62ee323a1d 100755 (executable)
@@ -125,6 +125,7 @@ TEST: foreach $tt (@tests) {
                        $out = <X>;
                }
                close X;
+               $out =~ /\n$/s or $out .= "\n";
                if ($out ne $out_checks[$i] . "\n") {
                        print "FAILED (see $ofi)\n";
                        $errors++;
@@ -132,7 +133,7 @@ TEST: foreach $tt (@tests) {
                }
        }
 
-       system "rm $rundir/tmp/test$i.*";
+       system "rm -f $rundir/tmp/test$i.*";
        print "OK\n";
 }