This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test patches for OS/2
[perl5.git] / t / lib / anydbm.t
index 80b39df..52ab22b 100755 (executable)
@@ -111,4 +111,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;