| Index: tests/upload-local-tracking-branch.sh
|
| diff --git a/tests/upload-local-tracking-branch.sh b/tests/upload-local-tracking-branch.sh
|
| index 8c2e6fb808c754f139f8e27fb1839c87490f7e14..721732a9eb8e52604baa8c449f23776c899b8f4a 100755
|
| --- a/tests/upload-local-tracking-branch.sh
|
| +++ b/tests/upload-local-tracking-branch.sh
|
| @@ -8,12 +8,12 @@ set -e
|
|
|
| . ./test-lib.sh
|
|
|
| -setup_initgit
|
| -setup_gitgit
|
| +setup_git_remote
|
| +setup_git_checkout
|
|
|
| (
|
| set -e
|
| - cd git-git
|
| + cd git_checkout
|
| git checkout -q -b work HEAD^
|
| git checkout -q -t -b work2 work
|
| echo "some work done on a branch that tracks a local branch" >> test
|
|
|