Add a hopefully comforting message if there seems to be no LFS.
[p5sagit/p5-mst-13.2.git] / t / lib / odbm.t
index 0ef2592..fc15d13 100755 (executable)
@@ -7,7 +7,7 @@ BEGIN {
     unshift @INC, '../lib';
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bODBM_File\b/) {
-       print "1..0\n";
+       print "1..0 # Skip: ODBM_File was not built\n";
        exit 0;
     }
 }