This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more testsuite smarts (many of them courtesy Ilya)
[perl5.git] / t / lib / db-recno.t
index cb223b1..ce33313 100755 (executable)
@@ -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;
     }
 }