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

Unified Diff: test/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') | « git-cl ('k') | test/push-basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/basic.sh
diff --git a/test/basic.sh b/test/basic.sh
index 2b598121aba394679c1e878b9862474a62538f80..9d9582061743c35d6043d9afe43019b7052f142d 100755
--- a/test/basic.sh
+++ b/test/basic.sh
@@ -25,7 +25,8 @@ setup_gitsvn
"$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') | « git-cl ('k') | test/push-basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698