From: Jarkko Hietaniemi Date: Sat, 6 Apr 2002 18:50:17 +0000 (+0000) Subject: Be explicit about the two DB_File tests croaking X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ebf01372cf06407542ef8b2a7803d95d2819cd5;p=p5sagit%2Fp5-mst-13.2.git Be explicit about the two DB_File tests croaking in Mac OS X. p4raw-id: //depot/perl@15769 --- diff --git a/ext/DB_File/t/db-btree.t b/ext/DB_File/t/db-btree.t index 74b0cba..668e94a 100755 --- a/ext/DB_File/t/db-btree.t +++ b/ext/DB_File/t/db-btree.t @@ -18,6 +18,17 @@ BEGIN { exit 0; } } + if ($^O eq 'darwin' + && $Config{db_version_major} == 1 + && $Config{db_version_minor} == 0 + && $Config{db_version_patch} == 0) { + warn <