projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f1e62f7
)
Faulty skip.
Jarkko Hietaniemi [Mon, 4 Mar 2002 03:56:46 +0000 (
03:56
+0000)]
p4raw-id: //depot/perl@14982
ext/DB_File/t/db-recno.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/DB_File/t/db-recno.t
b/ext/DB_File/t/db-recno.t
index
0fd11d4
..
ae1a455
100755
(executable)
--- 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;
}
}