t/op/magic.t: Comment for an unlink test
authorJess Robinson <castaway@desert-island.me.uk>
Fri, 19 Apr 2013 11:08:34 +0000 (12:08 +0100)
committerBrian Fraser <fraserbn@gmail.com>
Sat, 18 Jan 2014 15:13:23 +0000 (12:13 -0300)
t/op/magic.t

index bab7c94..75d4ed0 100644 (file)
@@ -106,7 +106,7 @@ else              { is `echo \$FOO`, "hi there\n"; }
 unlink_all 'ajslkdfpqjsjfk';
 $! = 0;
 open(FOO,'ajslkdfpqjsjfk');
-isnt($!, 0);
+isnt($!, 0, "Unlinked file can't be opened");
 close FOO; # just mention it, squelch used-only-once
 
 SKIP: {