Index: git_cl/test/owners.sh |
diff --git a/git_cl/test/owners.sh b/git_cl/test/owners.sh |
index 4c3ad72008c8af6b6a3fec458652131bc6e6bd29..766abcc262dcd87c0270f609f51a8454182f86b1 100755 |
--- a/git_cl/test/owners.sh |
+++ b/git_cl/test/owners.sh |
@@ -32,7 +32,7 @@ END |
"$GIT_CL status | grep -q 'R=ben@chromium.org'" |
test_expect_failure "git-cl dcommit fails w/ missing LGTM" \ |
- "$GIT_CL dcommit" |
+ "$GIT_CL dcommit -f" |
test_expect_success "git-cl dcommit --tbr succeeds" \ |
"$GIT_CL dcommit --tbr -f | grep -q -- '--tbr was specified'" |