diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 03:56:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 03:56:46 +0000 |
commit | 46ca028deb3cc13562ec0bbb4e8c9453fb300ddc (patch) | |
tree | 67b3c621ac1e9e366de292b0e7d559e1f1d1be72 /ext/DB_File/t | |
parent | f1e62f77e429d3d8456955e82037ca65bbe65d82 (diff) | |
download | perl-46ca028deb3cc13562ec0bbb4e8c9453fb300ddc.tar.gz |
Faulty skip.
p4raw-id: //depot/perl@14982
Diffstat (limited to 'ext/DB_File/t')
-rwxr-xr-x | ext/DB_File/t/db-recno.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t index 0fd11d4a37..ae1a4554c4 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; } } |