diff options
author | Yves Orton <demerphq@gmail.com> | 2005-02-19 12:04:00 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-21 12:56:22 +0000 |
commit | 0d37d45345b4719e886fa62871a35dd0db1987b7 (patch) | |
tree | 1db18a075fdc145b8e3965d3d5e38eca7292ba1d /t | |
parent | 25988e07f3c5c5717930b897625a3e6119c92879 (diff) | |
download | perl-0d37d45345b4719e886fa62871a35dd0db1987b7.tar.gz |
(blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
p4raw-id: //depot/perl@23987
Diffstat (limited to 't')
-rw-r--r-- | t/japh/abigail.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/japh/abigail.t b/t/japh/abigail.t index 98a26de960..b5e719c62f 100644 --- a/t/japh/abigail.t +++ b/t/japh/abigail.t @@ -235,11 +235,11 @@ truncate$0,-1+-s$0;exec$0;}}//rekcaH_lreP_rehtona_tsuJ -- chomp @programs; - if ($^O eq 'VMS') { + if ($^O eq 'VMS' or $^O eq 'MSWin32') { # VMS needs extensions for files to be executable, # but the Japhs above rely on $0 being exactly the # filename of the program. - skip "VMS", 2 * @programs; + skip $^O, 2 * @programs; last } @@ -481,6 +481,7 @@ SKIP: Abuses a fixed bug. ####### Prototype fun 3 sub _ "Just another Perl Hacker"; print prototype \&_ +SKIP: Abuses a fixed bug. ####### Split 1 split // => '"'; |