diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-02-06 13:35:20 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 14:07:15 +0000 |
commit | 327ccce1a786df11565e91b4bb4adc2762c13d28 (patch) | |
tree | 022422b62ceba7de498e06c44c10ff7fa47d5039 /t/run | |
parent | ec3dc0f0bd434898e4bf77fc41054346a329af72 (diff) | |
download | perl-327ccce1a786df11565e91b4bb4adc2762c13d28.tar.gz |
Configure followed by make minitest
Message-ID: <YIhY8gzkgSbC092yn@efn.org>
p4raw-id: //depot/perl@14600
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; |