projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aa65052
)
Once again, fix Archive::Tar setup test with -Dmksymlinks
Rafael Garcia-Suarez [Fri, 2 Sep 2005 16:45:31 +0000 (16:45 +0000)]
p4raw-id: //depot/perl@25349
lib/Archive/Tar/t/00_setup.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Archive/Tar/t/00_setup.t
b/lib/Archive/Tar/t/00_setup.t
index
888687e
..
f6734c5
100644
(file)
--- a/
lib/Archive/Tar/t/00_setup.t
+++ b/
lib/Archive/Tar/t/00_setup.t
@@
-8,6
+8,7
@@
BEGIN {
}
for my $d (qw(short long)) {
+ -d $d or mkdir $d;
my $file = File::Spec->catfile($d,'b');
open F, '>', $file or die "Can't create $file: $!\n";
print F "bbbbbbbbbbb\n";