From: Jarkko Hietaniemi Date: Wed, 2 Jul 2003 08:48:00 +0000 (+0000) Subject: ...and getting the comma right, too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d2e0b13f63cfe4fa14d6f5d300f536a45a3bba3c;p=p5sagit%2Fp5-mst-13.2.git ...and getting the comma right, too. p4raw-id: //depot/perl@19927 --- diff --git a/t/op/magic.t b/t/op/magic.t index f0feadb..8f0db78 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -304,7 +304,7 @@ else { # FreeBSD cannot get rid of both the leading "perl :" # and the trailing " (perl)": some FreeBSD versions # can get rid of the first one. - || ($^O eq 'freebsd' && $ps =~ m/^(?:perl: )?x(?: \(perl\))?$/) + || ($^O eq 'freebsd' && $ps =~ m/^(?:perl: )?x(?: \(perl\))?$/), 'altering $0 is effective (testing with `ps`)'); } else { skip("\$0 check only on Linux and FreeBSD") for 0, 1;