Index: tests/rename.sh |
diff --git a/tests/rename.sh b/tests/rename.sh |
index b16bea104490cc8b8a0b78f352cb9594f753f10a..9b5d6dd074507960d447ba7e9ddc45ef8b2b6ed7 100755 |
--- a/tests/rename.sh |
+++ b/tests/rename.sh |
@@ -24,7 +24,7 @@ setup_gitsvn |
git commit -q -m "renamed" |
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'" |
# Look at the uploaded patch and verify it is a rename patch. |
echo "Rename test not fully implemented yet. :(" |