| Index: tests/post-dcommit-hook-test.sh
|
| diff --git a/tests/post-dcommit-hook-test.sh b/tests/post-dcommit-hook-test.sh
|
| index ec4e4d0ecbc84b55a8695b37247757eb715ecf72..5ecb653fe30a8b6bba6ee3dc289b36957e2c6901 100755
|
| --- a/tests/post-dcommit-hook-test.sh
|
| +++ b/tests/post-dcommit-hook-test.sh
|
| @@ -28,7 +28,7 @@ _EOF
|
| TBR=foo"
|
|
|
| test_expect_success "dcommitted code" \
|
| - "$GIT_CL dcommit -f --bypass-hooks -m 'dcommit'"
|
| + "$GIT_CL dcommit --no-oauth2 -f --bypass-hooks -m 'dcommit'"
|
|
|
| test_expect_success "post-cl-dcommit hook executed" \
|
| "git symbolic-ref HEAD | grep -q COMMITTED"
|
|
|