summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2003-07-01 22:51:25 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-01 16:51:31 +0000
commit651aa52ea1faa8061eb86ace84ffe785cc94a922 (patch)
treeabd47a2c268896e5a498f4620c842d401732fb1e /t
parent00f2676f1aefa4f63dc907f8e482842b561116e3 (diff)
downloadperl-651aa52ea1faa8061eb86ace84ffe785cc94a922.tar.gz
B:: fixes + 'When were CVOPs gone ?'
Message-ID: <20030701165125.GA1521@ratsnest.hole> p4raw-id: //depot/perl@19916
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 611a01b9e1..b386e406a3 100755
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -302,7 +302,7 @@ else {
ok(!$ps || # we allow that something goes wrong with the ps command
$ps eq "x", 'altering $0 is effective (testing with `ps`)');
} else {
- skip("\$0 check only on Linux and FreeBSD") for 0,1;
+ skip("\$0 check only on Linux and FreeBSD") for 0, 1;
}
}