Test #162 had been added but the "print 1..161" had not been updated.
Jarkko Hietaniemi [Thu, 15 Oct 1998 07:07:35 +0000 (07:07 +0000)]
p4raw-id: //depot/cfgperl@1972

t/op/pat.t

index 8917e82..cea2267 100755 (executable)
@@ -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';