diff options
Diffstat (limited to 't/lib/ndbm.t')
-rwxr-xr-x | t/lib/ndbm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/ndbm.t b/t/lib/ndbm.t index 5fed98d5a1..27f3ec5066 100755 --- a/t/lib/ndbm.t +++ b/t/lib/ndbm.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*> ; } |