Index: tests/patch.sh |
diff --git a/tests/patch.sh b/tests/patch.sh |
index 2de361e938e766ef35db8ce6ddfdaa3f99475966..84254b22c1d0db9be73e9879e45fda4d26843340 100755 |
--- a/tests/patch.sh |
+++ b/tests/patch.sh |
@@ -21,7 +21,7 @@ setup_gitsvn |
git config rietveld.server localhost:8080 |
# Prevent the editor from coming up when you upload. |
- export EDITOR=$(which true) |
+ export GIT_EDITOR=$(which true) |
test_expect_success "upload succeeds (needs a server running on localhost)" \ |
"$GIT_CL upload -m test master | grep -q 'Issue created'" |