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

Unified Diff: tests/rename.sh

Issue 14854003: Make git-cl more accurately imitate git's editor selection process, and respect $VISUAL. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Make tests use $GIT_EDITOR instead of $EDITOR (previously they failed for me, as $EDITOR was overriā€¦ Created 7 years, 8 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 | « tests/push-basic.sh ('k') | tests/save-description-on-failure.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/rename.sh
diff --git a/tests/rename.sh b/tests/rename.sh
index 87ac72916de4c20a03ff0b91d55d6d640388afb2..4aafd10889a9bdbda61d4466f0648ae35d0e0440 100755
--- a/tests/rename.sh
+++ b/tests/rename.sh
@@ -22,7 +22,7 @@ setup_gitsvn
git checkout -q -b rename
git mv test test2
git commit -q -m "renamed"
- export EDITOR=$(which true)
+ export GIT_EDITOR=$(which true)
test_expect_success "upload succeeds" \
"$GIT_CL upload -m test master | grep -q 'Issue created'"
« no previous file with comments | « tests/push-basic.sh ('k') | tests/save-description-on-failure.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698