Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / t / lib / odbm.t
index 0ef2592..f8b8a11 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;
     }
 }
@@ -393,3 +393,14 @@ EOM
    untie %h;
    unlink <Op.dbmx*>;
 }
+
+if ($^O eq 'hpux') {
+    print <<EOM;
+#
+# If you experience failures with the odbm test in HP-UX,
+# this is a well-known bug that's unfortunately very hard to fix.
+# The suggested course of action is to avoid using the ODBM_File,
+# but to use instead the NDBM_File extension.
+#
+EOM
+}