From: Jarkko Hietaniemi Date: Sat, 30 Dec 2000 20:32:40 +0000 (+0000) Subject: Not quite that many tests yet. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14a6489eff9ef39193dfa3c74fbb4192b558018b;p=p5sagit%2Fp5-mst-13.2.git Not quite that many tests yet. p4raw-id: //depot/perl@8276 --- diff --git a/t/op/pat.t b/t/op/pat.t index f9f33eb..17df867 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..233\n"; +print "1..231\n"; BEGIN { chdir 't' if -d 't';