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

index 69232d9..e824dff 100644 (file)
@@ -8,6 +8,9 @@ BEGIN {
     @INC = '../lib';
 }
 
+use Config;
+$ENV{'PATH'} = '.' . $Config{'path_sep'} . $ENV{'PATH'};
+
 use Test::More tests => 5;
 use File::Spec;