(travis) Port all travis changes since last release
[dbsrgits/DBIx-Class.git] / t / storage / quote_names.t
index e667ad3..ac65fa0 100644 (file)
@@ -132,7 +132,7 @@ for my $db (sort {
   # if something was produced - it better be quoted
   if (
     # the SQLT producer has no idea what quotes are :/
-    $db ne 'SYBASE'
+    ! grep { $db eq $_ } qw( SYBASE DB2 )
       and
     my $ddl = try { $schema->deployment_statements }
   ) {