summaryrefslogtreecommitdiff
path: root/lib/filetest.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-03 15:42:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-03 15:42:54 +0000
commitc78f3842db6b12d8d9eebde3be014afcb53eec8f (patch)
tree9e6efd7635bd1bffaaa249fbdd87e7f01f968a80 /lib/filetest.t
parent3acb6bcd1a901f84bfce64680bedea321811824a (diff)
downloadperl-c78f3842db6b12d8d9eebde3be014afcb53eec8f.tar.gz
Plagued by thinkos tonight.
p4raw-id: //depot/perl@19396
Diffstat (limited to 'lib/filetest.t')
-rw-r--r--lib/filetest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filetest.t b/lib/filetest.t
index 02879c3702..14fe63d2fb 100644
--- a/lib/filetest.t
+++ b/lib/filetest.t
@@ -5,7 +5,7 @@ BEGIN {
@INC = '../lib';
}
-use Test::More tests => 13;
+use Test::More tests => 15;
# these two should be kept in sync with the pragma itself
# if hint bits are changed there, other things *will* break