projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c3e454
)
check for correct error
Robert 'phaylon' Sedlacek [Thu, 14 Jun 2012 23:02:48 +0000 (23:02 +0000)]
t/filehandles.t
patch
|
blob
|
blame
|
history
diff --git
a/t/filehandles.t
b/t/filehandles.t
index
a9562ea
..
b0c90ff
100644
(file)
--- a/
t/filehandles.t
+++ b/
t/filehandles.t
@@
-19,6
+19,7
@@
do {
my $fail_data;
$fail_data = $fail_probe->gather;
ok $fail_data, 'received data';
+ like $fail_data->{error}, qr{lsoffake}, 'correct error is set';
};
done_testing;