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

Unified Diff: tests/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 | « git_cl.py ('k') | tests/push-basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/basic.sh
diff --git a/tests/basic.sh b/tests/basic.sh
index 8b7f64b2fc28e2b4e51a0f9efbaf64c86ea76cb6..aeac0f1353623b74d46df2a9bab5ef4d4a77cabd 100755
--- a/tests/basic.sh
+++ b/tests/basic.sh
@@ -54,7 +54,7 @@ setup_gitsvn
"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'"
test_expect_success "upstream svn has our commit" \
"svn log $REPO_URL 2>/dev/null | grep -q 'foo-quux'"
« no previous file with comments | « git_cl.py ('k') | tests/push-basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698