| Index: tests/upload-local-tracking-branch.sh
|
| diff --git a/tests/upload-local-tracking-branch.sh b/tests/upload-local-tracking-branch.sh
|
| index 0efd6e0e49f94798d7ca76cc72c8031414b30055..8c2e6fb808c754f139f8e27fb1839c87490f7e14 100755
|
| --- a/tests/upload-local-tracking-branch.sh
|
| +++ b/tests/upload-local-tracking-branch.sh
|
| @@ -24,7 +24,7 @@ setup_gitgit
|
| # Prevent the editor from coming up when you upload.
|
| export GIT_EDITOR=$(which true)
|
| test_expect_success "upload succeeds (needs a server running on localhost)" \
|
| - "$GIT_CL upload -m test | grep -q 'Issue created'"
|
| + "$GIT_CL upload --no-oauth2 -m test | grep -q 'Issue created'"
|
| )
|
| SUCCESS=$?
|
|
|
|
|