Author: theory
Date: Tue Nov 23 13:08:40 2010
New Revision: 14551
Modified:
DBD-Pg/trunk/t/06bytea.t
Log:
Five, not ten.
Modified: DBD-Pg/trunk/t/06bytea.t
==============================================================================
--- DBD-Pg/trunk/t/06bytea.t (original)
+++ DBD-Pg/trunk/t/06bytea.t Tue Nov 23 13:08:40 2010
@@ -51,7 +51,7 @@
if ($pgversion < 90000) {
test_outputs(undef);
- SKIP { skip 'No BYTEA output format setting before 9.0', 10 };
+ SKIP { skip 'No BYTEA output format setting before 9.0', 5 };
} else {
test_outputs($_) for qw(hex escape);
}