summaryrefslogtreecommitdiff
path: root/t/op/magic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/magic.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;
}
}