From 15f2ab62764ef8f043a58b64905c314b1ba2024c Mon Sep 17 00:00:00 2001 From: Brad Gilbert Date: Tue, 7 Dec 2010 17:11:23 -0600 Subject: [PATCH] Replaced 'unlink' with 'unlink_all' in t/op/filetest.t --- t/op/filetest.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/filetest.t b/t/op/filetest.t index 4659c70..f562646 100644 --- a/t/op/filetest.t +++ b/t/op/filetest.t @@ -87,7 +87,7 @@ ok( -f $tempfile ); is( -s $tempfile, 0 ); is( -f -s $tempfile, 0 ); is( -s -f $tempfile, 0 ); -unlink $tempfile; +unlink_all $tempfile; # test that _ is a bareword after filetest operators -- 2.7.4