| Index: git_cl/test/abandon.sh
|
| diff --git a/git_cl/test/abandon.sh b/git_cl/test/abandon.sh
|
| index b964059b0cd6ac9d7f3a8c151b2b57396a71627b..08760bddbb69c7adf8fd852047461b70da9b4037 100755
|
| --- a/git_cl/test/abandon.sh
|
| +++ b/git_cl/test/abandon.sh
|
| @@ -18,7 +18,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=/bin/true
|
| + export EDITOR=$(which true)
|
| test_expect_success "upload succeeds" \
|
| "$GIT_CL upload -m test master... | grep -q 'Issue created'"
|
|
|
|
|