| Index: tests/push-basic.sh
|
| diff --git a/tests/push-basic.sh b/tests/push-basic.sh
|
| index b378854cddff3e4a53d39f97e75e765305e0f149..0a63c73aea51b6d1a5b0490d5cb37141e6483c77 100755
|
| --- a/tests/push-basic.sh
|
| +++ b/tests/push-basic.sh
|
| @@ -29,7 +29,7 @@ setup_gitgit
|
| "$GIT_CL status | grep -q 'no issue'"
|
|
|
| # 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'"
|
|
|
|
|