| Index: git_cl/test/submit-from-new-dir.sh
|
| diff --git a/git_cl/test/submit-from-new-dir.sh b/git_cl/test/submit-from-new-dir.sh
|
| index 4480cbe02af9793e78b4b35440ca6fda6916a388..4766e245a51f66ee4fae8e628e74ff31a1918c9c 100755
|
| --- a/git_cl/test/submit-from-new-dir.sh
|
| +++ b/git_cl/test/submit-from-new-dir.sh
|
| @@ -22,7 +22,7 @@ setup_gitsvn
|
| cd dir
|
| echo "some work done on a branch" >> test
|
| git add test; git commit -q -m "branch work"
|
| - export EDITOR=/bin/true
|
| + export 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" \
|
|
|