projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e0f6e8
)
Add . first to the PATH environment to test that we really
Artur Bergman [Tue, 5 Feb 2002 11:39:24 +0000 (11:39 +0000)]
get ./perl and not some other older perl.
p4raw-id: //depot/perl@14559
lib/File/Spec/t/rel2abs2rel.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Spec/t/rel2abs2rel.t
b/lib/File/Spec/t/rel2abs2rel.t
index
69232d9
..
e824dff
100644
(file)
--- a/
lib/File/Spec/t/rel2abs2rel.t
+++ b/
lib/File/Spec/t/rel2abs2rel.t
@@
-8,6
+8,9
@@
BEGIN {
@INC = '../lib';
}
+use Config;
+$ENV{'PATH'} = '.' . $Config{'path_sep'} . $ENV{'PATH'};
+
use Test::More tests => 5;
use File::Spec;