From: Paul Marquess Date: Sun, 12 Jan 1997 15:09:33 +0000 (+0000) Subject: patch for db-recno.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6250ba0abb669fbb694bb58699aa811bdf9bfa1f;p=p5sagit%2Fp5-mst-13.2.git patch for db-recno.t Chip, here is a patch for db-recno.t which makes it print a diagnostic message when any of test 51,53 or 55 fail. p5p-msgid: <9701121509.AA11147@claudius.bfsec.bt.co.uk> --- diff --git a/t/lib/db-recno.t b/t/lib/db-recno.t index 6027b6f..da3edbf 100755 --- a/t/lib/db-recno.t +++ b/t/lib/db-recno.t @@ -21,6 +21,24 @@ sub ok print "not " unless $result ; print "ok $no\n" ; + + return $result ; +} + +sub bad_one +{ + print <