diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-12 10:36:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-12 10:36:02 +0000 |
commit | 45c0de28763808112fd2f46ea311b6bb0c6050b3 (patch) | |
tree | db4c1322c63791429e59356ffdf46c9d8fde321d /t/lib/db-recno.t | |
parent | aa854799af20b80973df4e295167b2fda1fc7a9c (diff) | |
download | perl-45c0de28763808112fd2f46ea311b6bb0c6050b3.tar.gz |
more testsuite smarts (many of them courtesy Ilya)
p4raw-id: //depot/perl@3399
Diffstat (limited to 't/lib/db-recno.t')
-rwxr-xr-x | t/lib/db-recno.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/db-recno.t b/t/lib/db-recno.t index cb223b1bc8..ce333134bf 100755 --- a/t/lib/db-recno.t +++ b/t/lib/db-recno.t @@ -4,7 +4,7 @@ BEGIN { unshift @INC, '../lib' if -d '../lib' ; require Config; import Config; if ($Config{'extensions'} !~ /\bDB_File\b/) { - print "1..0\n"; + print "1..0 # Skip: DB_File was not built\n"; exit 0; } } |