]> git.donarmstrong.com Git - libparallel-mpi-simple-perl.git/commitdiff
Fix missing newline in test output
authorAlex Gough <alex@earth.li>
Mon, 6 Jun 2011 04:10:17 +0000 (05:10 +0100)
committerAlex Gough <alex@earth.li>
Mon, 6 Jun 2011 04:10:17 +0000 (05:10 +0100)
test.pl

diff --git a/test.pl b/test.pl
index ea085ff85907022fdb51f9fd4c660e252212def4..93fa313e8fcb421c7019f53826931ae9fbc8fc79 100644 (file)
--- a/test.pl
+++ b/test.pl
@@ -3,7 +3,7 @@ $incs .= " -I$_" foreach @INC;
 my @newout = sort {
     (($a =~ /(\d+)/g)[0] <=> ($b =~ /(\d+)/g)[0])
 } `mpirun -np 2 $^X $incs ic.pl`;
-print "1..24";
+print "1..24\n";
 if (@newout < 24) {
     print "not ok 1 # mpirun failed.  Do you need to start mpd?\n";
 }