projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9e984e
)
test failure: lib/ExtUtils/t/Installed.t
Hugo van der Sanden [Thu, 13 Jun 2002 15:44:24 +0000 (16:44 +0100)]
Message-Id: <
200206131444
.g5DEiOo22204@crypt.compulink.co.uk>
p4raw-id: //depot/perl@17223
lib/ExtUtils/t/Installed.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/t/Installed.t
b/lib/ExtUtils/t/Installed.t
index
d609f62
..
a1db434
100644
(file)
--- 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'));