From c58baf15ae09f5f9fbb600b78e7e4cc568e056c5 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 24 Aug 2012 17:42:48 +1000 Subject: [PATCH] oops, left some debugging code left from fixing perl #112272 --- t/win32/fs.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/win32/fs.t b/t/win32/fs.t index cbe697c..89992c8 100644 --- a/t/win32/fs.t +++ b/t/win32/fs.t @@ -21,7 +21,6 @@ SKIP: { and skip("somehow, the files exist", 4); ok(!link($tmpfile1, $tmpfile2), "Cannot link to unknown file"); - warn $!; is(0+$!, &Errno::ENOENT, "check errno is ENOENT"); open my $fh, ">", $tmpfile1 or skip("Cannot create test link src", 2); @@ -31,7 +30,6 @@ SKIP: { close $fh; ok(!link($tmpfile1, $tmpfile2), "Cannot link to existing file"); - warn $!; is(0+$!, &Errno::EEXIST, "check for EEXIST"); } -- 2.7.4