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

Unified Diff: tests/push-basic.sh

Issue 118613003: git_cl.py: In the "status" command, add space after the branch name. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fix tests (maybe?) Created 7 years 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 | « tests/basic.sh ('k') | tests/push-from-logs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/push-basic.sh
diff --git a/tests/push-basic.sh b/tests/push-basic.sh
index 6b255bcbf9c444d2de272ab54542d7a9c6db0d49..1f9cb275c4c93339b73fff4db92e1a6bf555d030 100755
--- a/tests/push-basic.sh
+++ b/tests/push-basic.sh
@@ -57,7 +57,7 @@ setup_gitgit
"git show | grep -q 'foo-quux'"
test_expect_success "issue no longer has a branch" \
- "$GIT_CL_STATUS | grep -q 'work: None'"
+ "$GIT_CL_STATUS | grep -q 'work : None'"
cd $GITREPO_PATH
test_expect_success "upstream repo has our commit" \
« no previous file with comments | « tests/basic.sh ('k') | tests/push-from-logs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698