projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d23c1e
)
Silence prove -w warnings
Peter Rabbitson [Fri, 27 Apr 2012 14:42:08 +0000 (16:42 +0200)]
t/66-postgres-dbi-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/66-postgres-dbi-parser.t
b/t/66-postgres-dbi-parser.t
index
1054e83
..
c7c64c9
100644
(file)
--- a/
t/66-postgres-dbi-parser.t
+++ b/
t/66-postgres-dbi-parser.t
@@
-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($_) };
}
}