From: Gurusamy Sarathy Date: Fri, 3 Mar 2000 02:36:02 +0000 (+0000) Subject: skip test if db doesn't have null key support X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=206483f1ebeef33f7da74d5c167b3fd37bbf2d6b;p=p5sagit%2Fp5-mst-13.2.git skip test if db doesn't have null key support p4raw-id: //depot/perl@5470 --- diff --git a/t/lib/anydbm.t b/t/lib/anydbm.t index 9efe5e9..e38c7e7 100755 --- a/t/lib/anydbm.t +++ b/t/lib/anydbm.t @@ -122,24 +122,24 @@ if ($h{''} eq 'bar') { print "ok 12\n" ; } else { - print "not ok 12\n" ; if ($AnyDBM_File::ISA[0] eq 'DB_File' && $DB_File::db_ver >= 2.004010) { ($major, $minor, $patch) = ($DB_File::db_ver =~ /^(\d+)\.(\d\d\d)(\d\d\d)/) ; $major =~ s/^0+// ; $minor =~ s/^0+// ; $patch =~ s/^0+// ; $compact = "$major.$minor.$patch" ; - - print STDERR <