Commit 1488645e authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

fix cleaning up tmp folder

parent 628e1c69
...@@ -44,7 +44,8 @@ proc main {} { ...@@ -44,7 +44,8 @@ proc main {} {
} }
# clean up tmp # clean up tmp
exec rm -rf test/tmp/* exec rm -rf {*}[glob test/tmp/redis.conf.*]
exec rm -rf {*}[glob test/tmp/server.*]
} }
main main
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment