| Index: tests/upload-stale.sh
|
| diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh
|
| index 3ce6141dc90494f7f582778629002447552e833b..1745bcf0409d8612fbf1e79537dde50bbb8d1768 100755
|
| --- a/tests/upload-stale.sh
|
| +++ b/tests/upload-stale.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^
|
| echo "some work done on a branch" >> test
|
| git add test; git commit -q -m "branch work"
|
|
|