diff options
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/fresh_perl.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index 41aa1eca58..79aae7a04a 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -760,7 +760,7 @@ EXPECT 123456789 ######## [ID 20020104.007] "coredump on dbmclose" package Foo; -eval { dbmclose %h }; # not all places have dbm* functions +eval { require AnyDBM_File }; # not all places have dbm* functions if ($@) { print "ok\n"; exit 0; |