diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-30 20:32:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-30 20:32:40 +0000 |
commit | 14a6489eff9ef39193dfa3c74fbb4192b558018b (patch) | |
tree | e1338c5f6b3fad8db15558f3d2a5c1082080a9dc /t | |
parent | e7d3e4a8b619a43fda84e1bdb486930caa1dd8f1 (diff) | |
download | perl-14a6489eff9ef39193dfa3c74fbb4192b558018b.tar.gz |
Not quite that many tests yet.
p4raw-id: //depot/perl@8276
Diffstat (limited to 't')
-rwxr-xr-x | t/op/pat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pat.t b/t/op/pat.t index f9f33eb37f..17df867fd9 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'; |