diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 10:45:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 10:45:05 +0000 |
commit | 1e6e959c1f897fc5428036f095b909e4bdac5c4e (patch) | |
tree | dd6b3118689c31d23e1f85ff7057dfd656e38d63 /ext | |
parent | 4373a661b784a1a9ca48be4edda4fd1aada78f61 (diff) | |
download | perl-1e6e959c1f897fc5428036f095b909e4bdac5c4e.tar.gz |
No energy now to figure out what is wrong with $0
(or ps) in Tru64. The test works fine when run from
command line.
p4raw-id: //depot/perl@19982
Diffstat (limited to 'ext')
-rw-r--r-- | ext/threads/t/join.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/t/join.t b/ext/threads/t/join.t index 4217fbb1ef..7f8f1c8824 100644 --- a/ext/threads/t/join.t +++ b/ext/threads/t/join.t @@ -92,7 +92,7 @@ ok(1,""); } # We parse ps output so this is OS-dependent. -if ($^O =~ /^(linux|dec_osf)$/) { +if ($^O eq 'linux') { # First modify $0 in a subthread. print "# mainthread: \$0 = $0\n"; threads->new( sub { |