| Index: tests/abandon.sh
|
| diff --git a/tests/abandon.sh b/tests/abandon.sh
|
| index da4cf7fb05a15149fee0ab06884f5bdae486afc8..314f556b5dbc9994b97498099686104ec3fb3694 100755
|
| --- a/tests/abandon.sh
|
| +++ b/tests/abandon.sh
|
| @@ -24,7 +24,7 @@ setup_gitsvn
|
| git add test; git commit -q -m "branch work"
|
| export GIT_EDITOR=$(which true)
|
| test_expect_success "upload succeeds" \
|
| - "$GIT_CL upload -m test master | grep -q 'Issue created'"
|
| + "$GIT_CL upload --no-oauth2 -m test master | grep -q 'Issue created'"
|
|
|
| # Switch back to master, delete the branch.
|
| git checkout master
|
|
|