Change 19926 by [EMAIL PROTECTED] on 2003/07/02 08:46:18

        Getting the whitespace right.

Affected files ...

... //depot/perl/t/op/magic.t#65 edit

Differences ...

==== //depot/perl/t/op/magic.t#65 (xtext) ====
Index: perl/t/op/magic.t
--- perl/t/op/magic.t#64~19925~ Wed Jul  2 01:40:36 2003
+++ perl/t/op/magic.t   Wed Jul  2 01:46:18 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.

Reply via email to