Change 19927 by [EMAIL PROTECTED] on 2003/07/02 08:48:00
...and getting the comma right, too.
Affected files ...
... //depot/perl/t/op/magic.t#66 edit
Differences ...
==== //depot/perl/t/op/magic.t#66 (xtext) ====
Index: perl/t/op/magic.t
--- perl/t/op/magic.t#65~19926~ Wed Jul 2 01:46:18 2003
+++ perl/t/op/magic.t Wed Jul 2 01:48:00 2003
@@ -304,7 +304,7 @@
# 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;
End of Patch.