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

Unified Diff: test/push-basic.sh

Issue 461001: Add watchlist support to git-cl. (Closed)
Patch Set: new name Created 11 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
« git-cl ('K') | « test/basic.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/push-basic.sh
diff --git a/test/push-basic.sh b/test/push-basic.sh
index c77ad593d170032d091bf9be551ba423a92545b9..4e233975f7c0ff0efc314fa5d66d5bcc56a5132f 100755
--- a/test/push-basic.sh
+++ b/test/push-basic.sh
@@ -25,7 +25,7 @@ setup_gitgit
"$GIT_CL status | grep -q 'no issue'"
# Prevent the editor from coming up when you upload.
- export EDITOR=/bin/true
+ export EDITOR=$(which true)
test_expect_success "upload succeeds (needs a server running on localhost)" \
"$GIT_CL upload -m test master... | grep -q 'Issue created'"
« git-cl ('K') | « test/basic.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698