Index: tests/abandon.sh |
diff --git a/tests/abandon.sh b/tests/abandon.sh |
index c4bba75e1ff1b11353a75c20c4e5ab06ee12420c..e59d309e324c06c9f1e6ef5d1e7091c21f64563d 100755 |
--- a/tests/abandon.sh |
+++ b/tests/abandon.sh |
@@ -22,7 +22,7 @@ setup_gitsvn |
git checkout -q -b abandoned |
echo "some work done on a branch" >> test |
git add test; git commit -q -m "branch work" |
- export EDITOR=$(which true) |
+ export GIT_EDITOR=$(which true) |
test_expect_success "upload succeeds" \ |
"$GIT_CL upload -m test master | grep -q 'Issue created'" |