diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 08:46:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 08:46:18 +0000 |
commit | cdb4e029774f22313129af7fd851fa7976bd9671 (patch) | |
tree | 8a90b2c19f1961dedd63ebd35814e91cd6bd7b11 /t | |
parent | 6a4647a3a8b62032c9f9f86043d233d69786c400 (diff) | |
download | perl-cdb4e029774f22313129af7fd851fa7976bd9671.tar.gz |
Getting the whitespace right.
p4raw-id: //depot/perl@19926
Diffstat (limited to 't')
-rwxr-xr-x | t/op/magic.t | 2 |
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; |