(or ps) in Tru64. The test works fine when run from
command line.
p4raw-id: //depot/perl@19982
}
# 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 {