From: Jarkko Hietaniemi Date: Thu, 15 Oct 1998 07:07:35 +0000 (+0000) Subject: Test #162 had been added but the "print 1..161" had not been updated. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0fe56f1f136d50257a26fd1501fffbb95be284e;p=p5sagit%2Fp5-mst-13.2.git Test #162 had been added but the "print 1..161" had not been updated. p4raw-id: //depot/cfgperl@1972 --- diff --git a/t/op/pat.t b/t/op/pat.t index 8917e82..cea2267 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -4,7 +4,7 @@ # the format supported by op/regexp.t. If you want to add a test # that does fit that format, add it to op/re_tests, not here. -print "1..161\n"; +print "1..162\n"; BEGIN { chdir 't' if -d 't';