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

Unified Diff: git_cl/test/upload-local-tracking-branch.sh

Issue 6646041: Make git-cl tests work on Mac SnowLeopard (Closed) Base URL: svn://svn.chromium.org/chrome/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 | « git_cl/test/test-lib.sh ('k') | git_cl/test/upload-stale.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/upload-local-tracking-branch.sh
diff --git a/git_cl/test/upload-local-tracking-branch.sh b/git_cl/test/upload-local-tracking-branch.sh
index 3fc759af19d4faa572b4acb94c2df32ceee6305e..db226ebcba61b167f2a4ee57f5d68c12f747e9f6 100755
--- a/git_cl/test/upload-local-tracking-branch.sh
+++ b/git_cl/test/upload-local-tracking-branch.sh
@@ -18,7 +18,7 @@ setup_gitgit
git config rietveld.server localhost:8080
# 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 | grep -q 'Issue created'"
)
« no previous file with comments | « git_cl/test/test-lib.sh ('k') | git_cl/test/upload-stale.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698