]> mj.ucw.cz Git - libucw.git/blobdiff - build/tester
Doc: Mention fb_multi in the release notes
[libucw.git] / build / tester
index f66713e18c45bd4c0f3d12faaa4bc806d6f71696..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++;