check return of close
Andreas König [Thu, 27 Dec 2001 09:47:30 +0000 (10:47 +0100)]
Message-ID: <m3ellhgicd.fsf@anima.de>

p4raw-id: //depot/perl@13903

t/base/rs.t

index 306d646..f89c84e 100755 (executable)
@@ -11,7 +11,7 @@ rmdir 'foo';
 open TESTFILE, ">./foo" or die "error $! $^E opening";
 binmode TESTFILE;
 print TESTFILE $teststring;
-close TESTFILE;
+close TESTFILE or die "error $! $^E closing";
 
 open TESTFILE, "<./foo";
 binmode TESTFILE;