Silence prove -w warnings
Peter Rabbitson [Fri, 27 Apr 2012 14:42:08 +0000 (16:42 +0200)]
t/66-postgres-dbi-parser.t

index 1054e83..c7c64c9 100644 (file)
@@ -179,6 +179,7 @@ END {
       'drop table if exists sqlt_test1',
       'drop table if exists sqlt_products_1',
     ) {
+      local $SIG{__WARN__} = sub {};
       eval { $dbh->do($_) };
     }
   }