Index: git_cl/test/abandon.sh |
diff --git a/git_cl/test/abandon.sh b/git_cl/test/abandon.sh |
index 08760bddbb69c7adf8fd852047461b70da9b4037..85c49ca301e45a3687ac359dc0086ca335744cdc 100755 |
--- a/git_cl/test/abandon.sh |
+++ b/git_cl/test/abandon.sh |
@@ -20,7 +20,7 @@ setup_gitsvn |
git add test; git commit -q -m "branch work" |
export EDITOR=$(which true) |
test_expect_success "upload succeeds" \ |
- "$GIT_CL upload -m test master... | grep -q 'Issue created'" |
+ "$GIT_CL upload -m test master | grep -q 'Issue created'" |
# Switch back to master, delete the branch. |
git checkout master |