diff options
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 f6958fd5dd..cbf8564497 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -257,7 +257,7 @@ else { open CMDLINE, "/proc/$$/cmdline") { chomp(my $line = scalar <CMDLINE>); my $me = (split /\0/, $line)[0]; - ok($me eq $0, 'altering $0 is effective', 'PL_origarg{c,v} copy breaks this'); + ok($me eq $0, 'altering $0 is effective'); close CMDLINE; } else { skip("\$0 check only on Linux and FreeBSD with /proc"); |