Change 14982 by jhi@alpha on 2002/03/04 03:56:46
Faulty skip.
Affected files ...
.... //depot/perl/ext/DB_File/t/db-recno.t#15 edit
Differences ...
==== //depot/perl/ext/DB_File/t/db-recno.t#15 (xtext) ====
Index: perl/ext/DB_File/t/db-recno.t
--- perl/ext/DB_File/t/db-recno.t.~1~ Sun Mar 3 21:00:05 2002
+++ perl/ext/DB_File/t/db-recno.t Sun Mar 3 21:00:05 2002
@@ -14,7 +14,7 @@
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;
}
}
End of Patch.