diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-08 08:41:38 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-08 11:27:21 +0200 |
commit | 7b903762ad0ebd5d0459692ad5c081c69a3c0808 (patch) | |
tree | 6e64cf76feca7527bf3a0b2ab962572023e5887e /t/op/subst_wamp.t | |
parent | a34ce875bf70f00f7af4a549f8c1ff0f4469f7fb (diff) | |
download | perl-7b903762ad0ebd5d0459692ad5c081c69a3c0808.tar.gz |
Remove code specific to MacOS Classic from core tests
Diffstat (limited to 't/op/subst_wamp.t')
-rw-r--r-- | t/op/subst_wamp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/subst_wamp.t b/t/op/subst_wamp.t index 5e1b826ad4..1207343bf1 100644 --- a/t/op/subst_wamp.t +++ b/t/op/subst_wamp.t @@ -3,7 +3,7 @@ $dummy = defined $&; # Now we have it... for $file ('op/subst.t', 't/op/subst.t', ':op:subst.t') { if (-r $file) { - do ($^O eq 'MacOS' ? $file : "./$file"); + do "./$file"; exit; } } |