Fix t/02_sequence.t for PG 9.0/1
authorChristoph Berg <[email protected]>
Tue, 23 Jun 2015 14:26:10 +0000 (16:26 +0200)
committerChristoph Berg <[email protected]>
Tue, 23 Jun 2015 14:26:10 +0000 (16:26 +0200)
t/02_sequence.t

index efce3a02c99e5300ca32f103ac29ee83b431286c..1111d895f435bb745a75f788415603025ebccf4f 100644 (file)
@@ -118,7 +118,7 @@ if ($ver >= 90200) {
     like ($cp->run('--exclude=sequence_test_id_seq'), qr{WARNING:.+public.sequence_test_smallid_seq=92% \(calls left=2767\)}, $t);
 } else {
     SKIP: {
-        skip '"smallserial" needs PostgreSQL 9.2 or later', 2;
+        skip '"smallserial" needs PostgreSQL 9.2 or later', 1;
     }
 }