diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index ea000b9d4..c110885c1 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -328,7 +328,8 @@ proc cleanup {} { if {!$::quiet} {puts -nonewline "Cleanup: may take some time... "} flush stdout catch {exec rm -rf {*}[glob tests/tmp/redis.conf.*]} - catch {exec rm -rf {*}[glob tests/tmp/server.*]} + catch {exec rm -rf {*}[glob tests/tmp/server*.*]} + catch {exec rm -rf {*}[glob tests/tmp/*.acl.*]} if {!$::quiet} {puts "OK"} }