projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7620c90
)
t/op/magic.t: Comment for an unlink test
author
Jess Robinson
<castaway@desert-island.me.uk>
Fri, 19 Apr 2013 11:08:34 +0000
(12:08 +0100)
committer
Brian Fraser
<fraserbn@gmail.com>
Sat, 18 Jan 2014 15:13:23 +0000
(12:13 -0300)
t/op/magic.t
patch
|
blob
|
history
diff --git
a/t/op/magic.t
b/t/op/magic.t
index
bab7c94
..
75d4ed0
100644
(file)
--- a/
t/op/magic.t
+++ b/
t/op/magic.t
@@
-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: {