diff options
author | Pete Wyckoff <pw@padd.com> | 2012-06-27 14:01:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-28 06:06:35 +0200 |
commit | 23a2666c2e402b2425a6abe910c04cebbea25e31 (patch) | |
tree | 5ed1984f2c2f38e370caec809db07205062374e7 /t/t9806-git-p4-options.sh | |
parent | git p4 test: copy source indeterminate (diff) | |
download | git-23a2666c2e402b2425a6abe910c04cebbea25e31.tar.xz git-23a2666c2e402b2425a6abe910c04cebbea25e31.zip |
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/t9806-git-p4-options.sh')
-rwxr-xr-x | t/t9806-git-p4-options.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9806-git-p4-options.sh b/t/t9806-git-p4-options.sh index a37c6cbd7c..fa40cc8bb5 100755 --- a/t/t9806-git-p4-options.sh +++ b/t/t9806-git-p4-options.sh @@ -149,7 +149,6 @@ test_expect_success 'clone --use-client-spec' ' cleanup_git && # same thing again, this time with variable instead of option - mkdir "$git" && ( cd "$git" && git init && |