diff options
Diffstat (limited to 't/op/magic.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 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; } } |