From: Rafael Garcia-Suarez Date: Tue, 4 Apr 2006 11:14:27 +0000 (+0000) Subject: Fix syntax error in io_pipe test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea56da60b10dea4813f8c9e7926a9690d01aaa72;p=p5sagit%2Fp5-mst-13.2.git Fix syntax error in io_pipe test p4raw-id: //depot/perl@27711 --- diff --git a/ext/IO/t/io_pipe.t b/ext/IO/t/io_pipe.t index 9b7d6f4..857d3d0 100755 --- a/ext/IO/t/io_pipe.t +++ b/ext/IO/t/io_pipe.t @@ -49,7 +49,7 @@ print "1..10\n"; if ($is_win32) { print "ok $_ # skipped: $is_win32\n" for 1..4; } else { - $pipe = new IO::Pipe->reader($perl, '-e', 'print qq(not ok 1)\n"'); + $pipe = new IO::Pipe->reader($perl, '-e', 'print qq(not ok 1\n)'); while (<$pipe>) { s/^not //; print;