diff --git a/test/test_helper.tcl b/test/test_helper.tcl index c58b95a2..33c507f2 100644 --- a/test/test_helper.tcl +++ b/test/test_helper.tcl @@ -44,7 +44,8 @@ proc main {} { } # clean up tmp - exec rm -rf test/tmp/* + exec rm -rf {*}[glob test/tmp/redis.conf.*] + exec rm -rf {*}[glob test/tmp/server.*] } main