summaryrefslogtreecommitdiff
path: root/t/lib/odbm.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/odbm.t')
-rwxr-xr-xt/lib/odbm.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/odbm.t b/t/lib/odbm.t
index 0b1fa50cb9..0c530d2238 100755
--- a/t/lib/odbm.t
+++ b/t/lib/odbm.t
@@ -117,4 +117,5 @@ print join(':',200..400) eq join(':',@foo) ? "ok 10\n" : "not ok 10\n";
print ($h{'foo'} eq '' ? "ok 11\n" : "not ok 11\n");
print ($h{''} eq 'bar' ? "ok 12\n" : "not ok 12\n");
+untie %h;
unlink 'Op.dbmx.dir', $Dfile;