Author: theory
Date: Tue Nov 23 13:09:57 2010
New Revision: 14552

Modified:
   DBD-Pg/trunk/t/06bytea.t

Log:
It's a label, dummy.

Modified: DBD-Pg/trunk/t/06bytea.t
==============================================================================
--- DBD-Pg/trunk/t/06bytea.t    (original)
+++ DBD-Pg/trunk/t/06bytea.t    Tue Nov 23 13:09:57 2010
@@ -51,7 +51,7 @@
 
 if ($pgversion < 90000) {
     test_outputs(undef);
-    SKIP { skip 'No BYTEA output format setting before 9.0', 5 };
+    SKIP: { skip 'No BYTEA output format setting before 9.0', 5 };
 } else {
     test_outputs($_) for qw(hex escape);
 }

Reply via email to