diff options
Diffstat (limited to 't/lib/sdbm.t')
-rwxr-xr-x | t/lib/sdbm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/sdbm.t b/t/lib/sdbm.t index 576d0fe348..c8ae09285b 100755 --- a/t/lib/sdbm.t +++ b/t/lib/sdbm.t @@ -200,6 +200,6 @@ EOM main::ok(17, $@ eq "") ; main::ok(18, $ret eq "[[5]]") ; - unlink "SubDB.pm", "dbhash.tmp" ; + unlink "SubDB.pm", <dbhash.tmp*> ; } |