diff options
author | Slaven Rezic <slaven@rezic.de> | 2003-07-10 12:41:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-10 22:37:02 +0000 |
commit | 60ab6564e6f4db9f2ddb5b1b4a4b710777324510 (patch) | |
tree | 52870f11c85dc24fa5b3044974403b96aaa18bbd /ext/DB_File | |
parent | a782b1cc856c89bf13136b2caa93f6039e826572 (diff) | |
download | perl-60ab6564e6f4db9f2ddb5b1b4a4b710777324510.tar.gz |
[PATCH} db-recno.t on Mac OS X
Message-Id: <1057840865.9622@devpc01.iconmobile.de>
p4raw-id: //depot/perl@20130
Diffstat (limited to 'ext/DB_File')
-rwxr-xr-x | ext/DB_File/t/db-recno.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t index 88ad9e0b5e..b7f8038ae9 100755 --- a/ext/DB_File/t/db-recno.t +++ b/ext/DB_File/t/db-recno.t @@ -104,7 +104,7 @@ sub bad_one print STDERR <<EOM ; # # Some older versions of Berkeley DB version 1 will fail db-recno -# tests 61, 63 and 65. +# tests 61, 63, 64, and 65. EOM if ($^O eq 'darwin' && $Config{db_version_major} == 1 |