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

Unified Diff: git_cl/test/upload-stale.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/upload-local-tracking-branch.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/upload-stale.sh
diff --git a/git_cl/test/upload-stale.sh b/git_cl/test/upload-stale.sh
index e65b0668982aab928174bd0e07983ca13779efec..87c1cb03956e86eb5204d4ee3c4073c5831ba594 100755
--- a/git_cl/test/upload-stale.sh
+++ b/git_cl/test/upload-stale.sh
@@ -17,7 +17,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/upload-local-tracking-branch.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698