Index: test/basic.sh |
diff --git a/test/basic.sh b/test/basic.sh |
index 2b598121aba394679c1e878b9862474a62538f80..9d9582061743c35d6043d9afe43019b7052f142d 100755 |
--- a/test/basic.sh |
+++ b/test/basic.sh |
@@ -25,7 +25,8 @@ setup_gitsvn |
"$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'" |