mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
fix cleaning up tmp folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user