Committed by Greg Sabino Mullane <[email protected]>
Fix incorrect skip count for HandleSetErr: may be
responsible for wrong count in RT #94841
---
t/02attribs.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/02attribs.t b/t/02attribs.t
index 1862daa..bdccea4 100644
--- a/t/02attribs.t
+++ b/t/02attribs.t
@@ -1168,7 +1168,7 @@ if ($client_level eq 'error') {
skip (q{Cannot test "HandleError" attribute because
client_min_messages is set to 'error'}, 2);
}
SKIP: {
- skip (q{Cannot test "HandleSetErr" attribute because
client_min_messages is set to 'error'}, 4);
+ skip (q{Cannot test "HandleSetErr" attribute because
client_min_messages is set to 'error'}, 3);
}
}
else {
--
1.8.4