Index: test/push-basic.sh |
diff --git a/test/push-basic.sh b/test/push-basic.sh |
index c77ad593d170032d091bf9be551ba423a92545b9..4e233975f7c0ff0efc314fa5d66d5bcc56a5132f 100755 |
--- a/test/push-basic.sh |
+++ b/test/push-basic.sh |
@@ -25,7 +25,7 @@ setup_gitgit |
"$GIT_CL status | grep -q 'no issue'" |
# Prevent the editor from coming up when you upload. |
- export EDITOR=/bin/true |
+ export EDITOR=$(which true) |
test_expect_success "upload succeeds (needs a server running on localhost)" \ |
"$GIT_CL upload -m test master... | grep -q 'Issue created'" |