diff options
Diffstat (limited to 't/lib/db-recno.t')
-rwxr-xr-x | t/lib/db-recno.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/db-recno.t b/t/lib/db-recno.t index 9950741ffe..b332c5eb6c 100755 --- a/t/lib/db-recno.t +++ b/t/lib/db-recno.t @@ -378,6 +378,8 @@ EOM main::ok(65, $@ eq "") ; main::ok(66, $ret eq "[[11]]") ; + undef $X; + untie(@h); unlink "SubDB.pm", "recno.tmp" ; } |