Index: tests/save-description-on-failure.sh |
diff --git a/tests/save-description-on-failure.sh b/tests/save-description-on-failure.sh |
index 82599eb9b816d0abb9a4a76aa444c0f28702870a..6952ac0933d2795e00e31b6a34ec829e50cb3961 100755 |
--- a/tests/save-description-on-failure.sh |
+++ b/tests/save-description-on-failure.sh |
@@ -32,7 +32,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=$(which true) |
+ export GIT_EDITOR=$(which true) |
git config rietveld.server bogus.example.com:80 |
test_expect_failure "uploading to bogus server" "$GIT_CL upload 2>/dev/null" |