summaryrefslogtreecommitdiff
path: root/t/lib/gdbm.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/gdbm.t')
-rwxr-xr-xt/lib/gdbm.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/gdbm.t b/t/lib/gdbm.t
index c888c00f85..62bb936ff1 100755
--- a/t/lib/gdbm.t
+++ b/t/lib/gdbm.t
@@ -114,4 +114,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;