From 7f07ce5f9bb16b56363fc850014c022807c64864 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 9 Mar 2003 11:30:22 +0000 Subject: [PATCH] Adjust test count. p4raw-id: //depot/perl@18859 --- t/op/pat.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/pat.t b/t/op/pat.t index 85ec2c2..16a3820 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -6,7 +6,7 @@ $| = 1; -print "1..995\n"; +print "1..996\n"; BEGIN { chdir 't' if -d 't'; -- 2.7.4