| Index: git_cl/test/basic.sh
|
| diff --git a/git_cl/test/basic.sh b/git_cl/test/basic.sh
|
| index cbf3c0221b45924d9b8fa9e31993a87503b35973..9412f80b21ffec4b7fb0760c0377ab5e70c14012 100755
|
| --- a/git_cl/test/basic.sh
|
| +++ b/git_cl/test/basic.sh
|
| @@ -28,7 +28,7 @@ setup_gitsvn
|
| 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'"
|
|
|