summaryrefslogtreecommitdiff
path: root/t/io/argv.t
diff options
context:
space:
mode:
Diffstat (limited to 't/io/argv.t')
-rwxr-xr-xt/io/argv.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/argv.t b/t/io/argv.t
index 40ed23b373..02cdc27536 100755
--- a/t/io/argv.t
+++ b/t/io/argv.t
@@ -33,4 +33,4 @@ if ($y eq "1a line\n2a line\n3a line\n")
else
{print "not ok 5\n";}
-`/bin/rm -f Io.argv.tmp` if -x '/bin/rm';
+unlink 'Io.argv.tmp';