X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fio%2Fargv.t;h=40ed23b373bde0e76b42030f40cd0705356939a5;hb=7a4c00b4303a05a04564a03a88f4fa5c7a06a6e9;hp=cee43fc46eba27802b86b39603be09f71bb7015b;hpb=79072805bf63abe5b5978b5928ab00d360ea3e7f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/io/argv.t b/t/io/argv.t index cee43fc..40ed23b 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`; +`/bin/rm -f Io.argv.tmp` if -x '/bin/rm';