[DBD::Pg] Fix incorrect skip count for HandleSetErr: may be responsible for wrong count in RT #94841

dbdpg-commits-gENoVmVU/[email protected] Fri, 18 Apr 2014 18:45:44 +0000
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[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