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

Unified Diff: git_cl/test/save-description-on-failure.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/rename.sh ('k') | git_cl/test/submit-from-new-dir.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/save-description-on-failure.sh
diff --git a/git_cl/test/save-description-on-failure.sh b/git_cl/test/save-description-on-failure.sh
index d4a09817f578cc474221e3973c932920d01fa7ba..684b63d0c1bcb612cc6003a56e2f8842701756f3 100755
--- a/git_cl/test/save-description-on-failure.sh
+++ b/git_cl/test/save-description-on-failure.sh
@@ -28,7 +28,7 @@ setup_gitgit
git add test; git commit -q -m "$DESC"
# Try to upload the change to an unresolvable hostname; git-cl should fail.
- export EDITOR=/bin/true
+ export EDITOR=$(which true)
git config rietveld.server bogus.example.com:80
test_expect_failure "uploading to bogus server" "$GIT_CL upload 2>/dev/null"
« no previous file with comments | « git_cl/test/rename.sh ('k') | git_cl/test/submit-from-new-dir.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698