| Index: tests/submit-from-new-dir.sh
|
| diff --git a/tests/submit-from-new-dir.sh b/tests/submit-from-new-dir.sh
|
| index c1dd89b4cedf254e38159ab2751b0e7bf96a3677..fe2546510e50fd1531a457bfe28668005253d723 100755
|
| --- a/tests/submit-from-new-dir.sh
|
| +++ b/tests/submit-from-new-dir.sh
|
| @@ -26,7 +26,7 @@ setup_gitsvn
|
| cd dir
|
| 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'"
|
| test_expect_success "git-cl dcommits ok" \
|
|
|