| Index: git_cl/test/push-from-logs.sh
|
| diff --git a/git_cl/test/push-from-logs.sh b/git_cl/test/push-from-logs.sh
|
| index 264082c3f46056ad619510eca503c6438c145ab5..1a1f3d0969b465dee9542033bf97d89dad71ea51 100755
|
| --- a/git_cl/test/push-from-logs.sh
|
| +++ b/git_cl/test/push-from-logs.sh
|
| @@ -27,7 +27,7 @@ setup_gitgit
|
| # Prevent the editor from coming up when you upload.
|
| export EDITOR=$(which true)
|
| test_expect_success "upload succeeds (needs a server running on localhost)" \
|
| - "$GIT_CL upload -m test --desc_from_logs master... | \
|
| + "$GIT_CL upload -m test --desc_from_logs master | \
|
| grep -q 'Issue created'"
|
|
|
| test_expect_success "git-cl status now knows the issue" \
|
|
|