From: Jarkko Hietaniemi Date: Mon, 4 Mar 2002 03:56:46 +0000 (+0000) Subject: Faulty skip. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46ca028deb3cc13562ec0bbb4e8c9453fb300ddc;p=p5sagit%2Fp5-mst-13.2.git Faulty skip. p4raw-id: //depot/perl@14982 --- diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t index 0fd11d4..ae1a455 100755 --- a/ext/DB_File/t/db-recno.t +++ b/ext/DB_File/t/db-recno.t @@ -14,7 +14,7 @@ use Config; BEGIN { if(-d "lib" && -f "TEST") { if ($Config{'extensions'} !~ /\bDB_File\b/ ) { - print "1..160 # Skip: DB_File was not built\n"; + print "1..0 # Skip: DB_File was not built\n"; exit 0; } }