Index: tests/owners.sh |
diff --git a/tests/owners.sh b/tests/owners.sh |
index 4a4fc636240807499824be63ec6ff1f1331f9816..baa7dd9b0ac7b4c76d311f39a6a135f3bd167a96 100755 |
--- a/tests/owners.sh |
+++ b/tests/owners.sh |
@@ -16,7 +16,7 @@ setup_gitsvn |
set -e |
cd git-svn |
git config rietveld.server localhost:8080 |
- export EDITOR=$(which true) |
+ export GIT_EDITOR=$(which true) |
git checkout -q -b work |
echo "ben@chromium.org" > OWNERS |