aboutsummaryrefslogtreecommitdiff
path: root/test/T000-basic.sh
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-09-25 23:38:21 +0300
committerDavid Bremner <david@tethera.net>2017-10-20 19:53:31 -0300
commite1bd4f23634a88a49256c74e0780dd1dcdb852cd (patch)
treec2254caeb638645debe7387dccb2b7b9ce7c7737 /test/T000-basic.sh
parentfd36ae9f514520e85d9e43d4aa08263b3a5a8d3e (diff)
test: check for notmuch binary in test-lib.sh
Move notmuch executable check into common code. Redundant for notmuch-test runs, but works also for individual tests.
Diffstat (limited to 'test/T000-basic.sh')
-rwxr-xr-xtest/T000-basic.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/T000-basic.sh b/test/T000-basic.sh
index d514082d..f3808c07 100755
--- a/test/T000-basic.sh
+++ b/test/T000-basic.sh
@@ -4,16 +4,6 @@
#
test_description='the test framework itself.'
-
-################################################################
-# It appears that people try to run tests without building...
-
-if ! test -x ../notmuch
-then
- echo >&2 'You do not seem to have built notmuch yet.'
- exit 1
-fi
-
. $(dirname "$0")/test-lib.sh || exit 1
################################################################