From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Wed, 2 Jul 2003 08:46:18 +0000 (+0000)
Subject: Getting the whitespace right.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cdb4e029774f22313129af7fd851fa7976bd9671;p=p5sagit%2Fp5-mst-13.2.git

Getting the whitespace right.

p4raw-id: //depot/perl@19926
---

diff --git a/t/op/magic.t b/t/op/magic.t
index cee52cb..f0feadb 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;