summaryrefslogtreecommitdiff
path: root/t/t9800-git-p4-basic.sh
diff options
context:
space:
mode:
authorPete Wyckoff <pw@padd.com>2012-06-27 12:01:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-28 04:06:35 (GMT)
commit23a2666c2e402b2425a6abe910c04cebbea25e31 (patch)
tree5ed1984f2c2f38e370caec809db07205062374e7 /t/t9800-git-p4-basic.sh
parentf69b3a93ca8a0f2fb9a9075df943172e2aa5c718 (diff)
downloadgit-23a2666c2e402b2425a6abe910c04cebbea25e31.zip
git-23a2666c2e402b2425a6abe910c04cebbea25e31.tar.gz
git-23a2666c2e402b2425a6abe910c04cebbea25e31.tar.bz2
git p4 test: cleanup_git should make a new $git
For convenience, leave one in place at the end of each test so that it is not necessary to build a new one. This makes it consistent with $cli. Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9800-git-p4-basic.sh')
-rwxr-xr-xt/t9800-git-p4-basic.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9800-git-p4-basic.sh b/t/t9800-git-p4-basic.sh
index 60c1f57..234f727 100755
--- a/t/t9800-git-p4-basic.sh
+++ b/t/t9800-git-p4-basic.sh
@@ -270,6 +270,7 @@ test_expect_success 'wildcard files submit back to p4, delete' '
'
test_expect_success 'clone bare' '
+ rm -rf "$git" &&
git p4 clone --dest="$git" --bare //depot &&
test_when_finished cleanup_git &&
(