| Index: tests/submodule-merge-test.sh
|
| diff --git a/tests/submodule-merge-test.sh b/tests/submodule-merge-test.sh
|
| index 2dc49ea233bf1017240a05a9073a0e816474cc2b..a703958f428ee1d8bf4286b7a6b7526c0878badd 100755
|
| --- a/tests/submodule-merge-test.sh
|
| +++ b/tests/submodule-merge-test.sh
|
| @@ -27,7 +27,7 @@ TBR=foo"
|
| git_diff=`git diff HEAD^ | sed -n '/^@@/,$p' | xargs`
|
|
|
| test_expect_success "dcommitted code" \
|
| - "$GIT_CL dcommit -f --bypass-hooks -m 'dcommit'"
|
| + "$GIT_CL dcommit --no-oauth2 -f --bypass-hooks -m 'dcommit'"
|
|
|
| cd ..
|
|
|
|
|