Index: git_cl/test/submit-from-new-dir.sh |
diff --git a/git_cl/test/submit-from-new-dir.sh b/git_cl/test/submit-from-new-dir.sh |
index 4766e245a51f66ee4fae8e628e74ff31a1918c9c..7ed85f31f31ad50186221452e9bb5ec3bfdb5e71 100755 |
--- a/git_cl/test/submit-from-new-dir.sh |
+++ b/git_cl/test/submit-from-new-dir.sh |
@@ -24,7 +24,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'" |
test_expect_success "git-cl dcommits ok" \ |
"$GIT_CL dcommit -f" |
) |