| Index: tests/submit-from-new-dir.sh
|
| diff --git a/tests/submit-from-new-dir.sh b/tests/submit-from-new-dir.sh
|
| index f04d9dc22b8c08f9f1a1d156a8ca6e5e91bce4bd..063568a22c55420af66bf6f8473136a976a3c6a6 100755
|
| --- a/tests/submit-from-new-dir.sh
|
| +++ b/tests/submit-from-new-dir.sh
|
| @@ -28,9 +28,9 @@ 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'"
|
| test_expect_success "git-cl dcommits ok" \
|
| - "$GIT_CL dcommit -f"
|
| + "$GIT_CL dcommit -f --no-oauth2"
|
| )
|
|
|
| SUCCESS=$?
|
|
|