skip test if db doesn't have null key support
[p5sagit/p5-mst-13.2.git] / t / lib / hostname.t
index 30dcf0f..6f61fb9 100755 (executable)
@@ -15,5 +15,6 @@ if ($@) {
     print "1..0\n" if $@ =~ /Cannot get host name/;
 } else {
     print "1..1\n";
+    print "# \$host = `$host'\n";
     print "ok 1\n";
 }