Output skipped test information in test suite:
[p5sagit/p5-mst-13.2.git] / t / lib / db-recno.t
index 9950741..b332c5e 100755 (executable)
@@ -378,6 +378,8 @@ EOM
     main::ok(65, $@ eq "") ;
     main::ok(66, $ret eq "[[11]]") ;
 
+    undef $X;
+    untie(@h);
     unlink "SubDB.pm", "recno.tmp" ;
 
 }