diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-28 20:26:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-28 20:26:30 +0000 |
commit | dc459aad73ffc3aaf43c03d9908415c433fd93ba (patch) | |
tree | 981bdcf9828bbd255b79fd1181324eb2b45d8a61 /t/run/switchx.t | |
parent | 21f5a6076e634a7ee61d6f5aa4e44bf6708db9fb (diff) | |
download | perl-dc459aad73ffc3aaf43c03d9908415c433fd93ba.tar.gz |
Integrate #16254 from macperl;
Fix most tests on MacOS (not yet ext/ or /lib)
p4raw-id: //depot/perl@16257
Diffstat (limited to 't/run/switchx.t')
-rw-r--r-- | t/run/switchx.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/run/switchx.t b/t/run/switchx.t index 4676d1abf4..60a522cf49 100644 --- a/t/run/switchx.t +++ b/t/run/switchx.t @@ -6,5 +6,6 @@ BEGIN { } require './test.pl'; +use File::Spec::Functions; -print runperl( switches => ['-x'], progfile => 'run/switchx.aux' ); +print runperl( switches => ['-x'], progfile => catfile(curdir(), 'run', 'switchx.aux') ); |