summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-02 08:46:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-02 08:46:18 +0000
commitcdb4e029774f22313129af7fd851fa7976bd9671 (patch)
tree8a90b2c19f1961dedd63ebd35814e91cd6bd7b11 /t
parent6a4647a3a8b62032c9f9f86043d233d69786c400 (diff)
downloadperl-cdb4e029774f22313129af7fd851fa7976bd9671.tar.gz
Getting the whitespace right.
p4raw-id: //depot/perl@19926
Diffstat (limited to 't')
-rwxr-xr-xt/op/magic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index cee52cb9d5..f0feadb42c 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;