summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-06-13 16:44:24 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-13 16:44:12 +0000
commit8c3e883c3825f602d675fb6c7c8caa9bb6ec9919 (patch)
tree95c354671cb8d5fcbfb562b474ebc5bb40da7c13
parentc9e984e3d743952007896f3861485beb944eb5d1 (diff)
downloadperl-8c3e883c3825f602d675fb6c7c8caa9bb6ec9919.tar.gz
test failure: lib/ExtUtils/t/Installed.t
Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk> p4raw-id: //depot/perl@17223
-rw-r--r--lib/ExtUtils/t/Installed.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/Installed.t b/lib/ExtUtils/t/Installed.t
index d609f62799..a1db4340ae 100644
--- a/lib/ExtUtils/t/Installed.t
+++ b/lib/ExtUtils/t/Installed.t
@@ -81,7 +81,7 @@ ok( $ei->_is_under('baz', @under), '... should find file under dir' );
my $wrotelist;
-ok(mkpath('auto/FakeMod'));
+ok(scalar mkpath('auto/FakeMod'));
END { rmtree 'auto/FakeMod' }
ok(open(PACKLIST, '>auto/FakeMod/.packlist'));