Output skipped test information in test suite:
[p5sagit/p5-mst-13.2.git] / t / lib / db-hash.t
index 9df918c..10c8d14 100755 (executable)
@@ -407,6 +407,8 @@ EOM
     main::ok(61, $@ eq "") ;
     main::ok(62, $ret eq "[[11]]") ;
 
+    undef $X;
+    untie(%h);
     unlink "SubDB.pm", "dbhash.tmp" ;
 
 }