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 | |
parent | 8ba2be714aafa517e32f041e6a3953aaec50b931 (diff) | |
download | perl-6b9b4622403ed9ea90ace1c72b8b71571b3324a6.tar.gz |
MacOS X 10.1.5 still failing the DB tests.
p4raw-id: //depot/perl@17024
-rwxr-xr-x | ext/DB_File/t/db-btree.t | 2 | ||||
-rwxr-xr-x | ext/DB_File/t/db-recno.t | 2 | ||||
-rw-r--r-- | pod/perldelta.pod | 2 |
3 files changed, 3 insertions, 3 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 } diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 56eb2b9999..9102420961 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2931,7 +2931,7 @@ Please remember to set your environment variable LC_ALL to "C" (setenv LC_ALL C) before running "make test" to avoid a lot of warnings about the broken locales of Mac OS X. -The following tests are known to fail in Mac OS X 10.1.4 because of +The following tests are known to fail in Mac OS X 10.1.5 because of buggy (old) implementations of Berkeley DB included in Mac OS X: Failed Test Stat Wstat Total Fail Failed List of Failed |