Silence prove -w warnings
[dbsrgits/SQL-Translator.git] / 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($_) };
     }
   }