Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1488645e
Commit
1488645e
authored
May 14, 2010
by
Pieter Noordhuis
Browse files
fix cleaning up tmp folder
parent
628e1c69
Changes
1
Show whitespace changes
Inline
Side-by-side
test/test_helper.tcl
View file @
1488645e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment