Index: tests/push-basic.sh |
diff --git a/tests/push-basic.sh b/tests/push-basic.sh |
index 51a74f0cc6e2bb4e4747b2a8f35d2059178d65d8..b68f8045b05b25c0f99e10834ab38b73989f9d2d 100755 |
--- a/tests/push-basic.sh |
+++ b/tests/push-basic.sh |
@@ -47,8 +47,8 @@ setup_gitgit |
test_expect_success "Base URL contains branch name" \ |
"curl -s $($GIT_CL_STATUS --field=url) | grep 'URL:[[:space:]]*[^<]' | grep -q '@master'" |
- test_expect_success "git-cl push ok" \ |
- "$GIT_CL push -f" |
+ test_expect_success "git-cl land ok" \ |
+ "$GIT_CL land -f" |
git checkout -q master > /dev/null 2>&1 |
git pull -q > /dev/null 2>&1 |