Index: tests/patch.sh |
diff --git a/tests/patch.sh b/tests/patch.sh |
index 22f6c211cafeb04b0e7b7cc6f150df553b257381..4306c02c7754a9802eb882b47e51a2181122e79c 100755 |
--- a/tests/patch.sh |
+++ b/tests/patch.sh |
@@ -24,7 +24,7 @@ setup_gitsvn |
export GIT_EDITOR=$(which true) |
test_expect_success "upload succeeds (needs a server running on localhost)" \ |
- "$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 status now knows the issue" \ |
"$GIT_CL_STATUS | grep -q 'Issue number'" |
@@ -33,7 +33,7 @@ setup_gitsvn |
git checkout -q -b test2 master |
- test_expect_success "$GIT_CL patch $ISSUE" |
+ test_expect_success "$GIT_CL patch $ISSUE --no-oauth2" |
) |
SUCCESS=$? |