X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fnum-out-compare.pl;h=f43ef18d4f284006974acca5e6e2bdf6834f7df4;hb=e3416ec8b249202e170585f8fb4528dcc9b3141f;hp=6bf0cb79a7e6fc2cbf4ce73277c9e8b5d0f2d02e;hpb=8acca2de53c1852f38726f70fc6516b34732a79f;p=pspp diff --git a/tests/formats/num-out-compare.pl b/tests/formats/num-out-compare.pl index 6bf0cb79a7..f43ef18d4f 100644 --- a/tests/formats/num-out-compare.pl +++ b/tests/formats/num-out-compare.pl @@ -83,6 +83,16 @@ while (defined (my $a = ) && defined (my $b = )) { $errors++; } } +while () { + print "Extra lines in $ARGV[0]\n"; + $errors++; + last; +} +while () { + print "Extra lines in $ARGV[1]\n"; + $errors++; + last; +} if ($verbose) { print "$errors errors\n"; if (!$exact) {