| Index: git_cl/test/push-basic.sh
|
| diff --git a/git_cl/test/push-basic.sh b/git_cl/test/push-basic.sh
|
| index e9876e173572e71f158996f5ae6ead168cef3b7d..9a19cf35266874e9b02874ced6593a73090fd99d 100755
|
| --- a/git_cl/test/push-basic.sh
|
| +++ b/git_cl/test/push-basic.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 master... | grep -q 'Issue created'"
|
| + "$GIT_CL upload -m test master | grep -q 'Issue created'"
|
|
|
| test_expect_success "git-cl status now knows the issue" \
|
| "$GIT_CL status | grep -q 'Issue number'"
|
|
|