summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/t/MM_Unix.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-19 14:25:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-19 14:25:53 +0000
commitad2f23df959fc696d664d4612493394ea5ed4c8e (patch)
tree75c2fe534a787875ada3b4934ece19ec9380359e /lib/ExtUtils/t/MM_Unix.t
parent7ff032551aa263179d4cb6df3dd91502d713e6ba (diff)
downloadperl-ad2f23df959fc696d664d4612493394ea5ed4c8e.tar.gz
Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
as of 2003-06-19 18:39 EET). p4raw-id: //depot/perl@19820
Diffstat (limited to 'lib/ExtUtils/t/MM_Unix.t')
-rw-r--r--lib/ExtUtils/t/MM_Unix.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ExtUtils/t/MM_Unix.t b/lib/ExtUtils/t/MM_Unix.t
index 1e0e801754..3c1dc9836c 100644
--- a/lib/ExtUtils/t/MM_Unix.t
+++ b/lib/ExtUtils/t/MM_Unix.t
@@ -18,7 +18,7 @@ BEGIN {
plan skip_all => 'Non-Unix platform';
}
else {
- plan tests => 115;
+ plan tests => 116;
}
}
@@ -167,7 +167,8 @@ is ($t->libscan('foo/RCS/bar'), '', 'libscan on RCS');
is ($t->libscan('CVS/bar/car'), '', 'libscan on CVS');
is ($t->libscan('SCCS'), '', 'libscan on SCCS');
is ($t->libscan('.svn/something'), '', 'libscan on Subversion');
-is ($t->libscan('foo/b~r'), 'foo/b~r', 'libscan on file with ~');
+is ($t->libscan('foo/b~r'), 'foo/b~r', 'libscan on file with ~');
+is ($t->libscan('foo/RCS.pm'), 'foo/RCS.pm', 'libscan on file with RCS');
is ($t->libscan('Fatty'), 'Fatty', 'libscan on something not a VC file' );