From: Michael G. Schwern Date: Tue, 5 Feb 2002 13:47:39 +0000 (-0500) Subject: Re: File::Spec::rel2abs2rel (?) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b15a22ab7111cb08cbc38a0a816e11f3fc34a386;p=p5sagit%2Fp5-mst-13.2.git Re: File::Spec::rel2abs2rel (?) Message-ID: <20020205184739.GB17375@blackrider> p4raw-id: //depot/perl@14566 --- diff --git a/lib/File/Spec/t/rel2abs2rel.t b/lib/File/Spec/t/rel2abs2rel.t index e824dff..72d25a8 100644 --- a/lib/File/Spec/t/rel2abs2rel.t +++ b/lib/File/Spec/t/rel2abs2rel.t @@ -9,6 +9,8 @@ BEGIN { } use Config; + +# Make sure when we run `perl` we get this perl $ENV{'PATH'} = '.' . $Config{'path_sep'} . $ENV{'PATH'}; use Test::More tests => 5;