From: rkinyon Date: Sun, 9 Mar 2008 23:58:05 +0000 (+0000) Subject: Fixed numbering of skipped tests for Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4dc37f3aead1bcaa4c6fe4408adc97d58d34bcbf;p=dbsrgits%2FDBM-Deep.git Fixed numbering of skipped tests for Win32 --- diff --git a/t/33_transactions.t b/t/33_transactions.t index 1edd082..1055952 100644 --- a/t/33_transactions.t +++ b/t/33_transactions.t @@ -211,7 +211,7 @@ cmp_bag( [ keys %$db1 ], [qw( foo z )], "DB1 keys correct" ); cmp_bag( [ keys %$db2 ], [qw( foo z )], "DB2 keys correct" ); SKIP: { - skip "Optimize tests skipped on Win32", 5 + skip "Optimize tests skipped on Win32", 7 if $^O eq 'MSWin32' || $^O eq 'cygwin'; $db1->optimize;