diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 23:47:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 23:47:14 +0000 |
commit | 6b9b4622403ed9ea90ace1c72b8b71571b3324a6 (patch) | |
tree | a0489abcbbb153c0a48b6737c1d5e0c64fb448b5 /ext/DB_File | |
parent | 8ba2be714aafa517e32f041e6a3953aaec50b931 (diff) | |
download | perl-6b9b4622403ed9ea90ace1c72b8b71571b3324a6.tar.gz |
MacOS X 10.1.5 still failing the DB tests.
p4raw-id: //depot/perl@17024
Diffstat (limited to 'ext/DB_File')
-rwxr-xr-x | ext/DB_File/t/db-btree.t | 2 | ||||
-rwxr-xr-x | ext/DB_File/t/db-recno.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/DB_File/t/db-btree.t b/ext/DB_File/t/db-btree.t index 16ee276c8d..1a79435f99 100755 --- a/ext/DB_File/t/db-btree.t +++ b/ext/DB_File/t/db-btree.t @@ -24,7 +24,7 @@ BEGIN { && $Config{db_version_patch} == 0) { warn <<EOM; # -# This test is known to crash in Mac OS X versions 10.1.4 (or earlier) +# This test is known to crash in Mac OS X versions 10.1.5 (or earlier) # because of the buggy Berkeley DB version included with the OS. # EOM diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t index 8576b30101..9387e334e7 100755 --- a/ext/DB_File/t/db-recno.t +++ b/ext/DB_File/t/db-recno.t @@ -103,7 +103,7 @@ EOM && $Config{db_version_patch} == 0) { print STDERR <<EOM ; # -# For example Mac OS X 10.1.4 (or earlier) has such an old +# For example Mac OS X 10.1.5 (or earlier) has such an old # version of Berkeley DB. EOM } |