summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-11-09 23:13:10 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-10 01:34:51 +0000
commite9b6bb1c03707a0530be2791cdf7c3ef8ec39e07 (patch)
tree30f2996474ec477fdbcb747908ec12436d69172e /t
parent20ebe338e52c42d70e939ff310f7d9eecf5301f4 (diff)
downloadperl-e9b6bb1c03707a0530be2791cdf7c3ef8ec39e07.tar.gz
some tests not cleaning up properly
Message-ID: <20011109221310.A11115@rafael> p4raw-id: //depot/perl@12922
Diffstat (limited to '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 3840f657f1..7081c470b4 100755
--- a/t/io/argv.t
+++ b/t/io/argv.t
@@ -129,4 +129,4 @@ ok( eof(), 'eof() true after closing ARGV' );
close F;
}
-END { unlink 'Io_argv1.tmp', 'Io_argv1.tmp.bak', 'Io_argv2.tmp', 'Io_argv2.tmp.bak' }
+END { unlink 'Io_argv1.tmp', 'Io_argv1.tmp_bak', 'Io_argv2.tmp', 'Io_argv2.tmp_bak' }