Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git p4 test: cleanup_git should make a new $git
[gitweb.git]
/
t
/
lib-git-p4.sh
diff --git
a/t/lib-git-p4.sh
b/t/lib-git-p4.sh
index 309db31683e68161fd6e496bbc33f23f47ee29c2..31d75ae0434221ba50f805eee718b910a9cf677a 100644
(file)
--- a/
t/lib-git-p4.sh
+++ b/
t/lib-git-p4.sh
@@
-99,5
+99,6
@@
kill_p4d() {
}
cleanup_git() {
- rm -rf "$git"
+ rm -rf "$git" &&
+ mkdir "$git"
}