Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: git_cl/test/abandon.sh

Issue 6679033: fix git-cl test scripts (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | git_cl/test/basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | git_cl/test/basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698