From: Nick Ing-Simmons Date: Fri, 13 Feb 1998 18:15:46 +0000 (+0000) Subject: Resolve ansiperl against win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35271711c26ac0dd5b6f0621375f2ee8d339c041;p=p5sagit%2Fp5-mst-13.2.git Resolve ansiperl against win32 p4raw-id: //depot/ansiperl@520 --- 35271711c26ac0dd5b6f0621375f2ee8d339c041 diff --cc t/op/push.t index f62a4e9,f62a4e9..5bdfcf3 --- a/t/op/push.t +++ b/t/op/push.t @@@ -16,6 -16,6 +16,8 @@@ -4, 4 5 6 7, 0 1 2 3 EOF ++print join("!\n",@tests),"\n"; ++ print "1..", 2 + @tests, "\n"; die "blech" unless @tests;