aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T010-help-test.sh
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-05-30 10:43:05 +0300
committerGravatar David Bremner <david@tethera.net>2014-07-13 12:16:06 -0300
commitc2d8236b56e713ae2e7053c9ea3cc13f7d1283c4 (patch)
tree9341aa5a8b67fb757c9aca34a3e377b5e5694803 /test/T010-help-test.sh
parent57540a1952460fe88817ad53dc32274543cf0514 (diff)
test: use sh.config for configuration
Diffstat (limited to 'test/T010-help-test.sh')
-rwxr-xr-xtest/T010-help-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T010-help-test.sh b/test/T010-help-test.sh
index 77410bc5..caf8bdb0 100755
--- a/test/T010-help-test.sh
+++ b/test/T010-help-test.sh
@@ -7,7 +7,7 @@ test_expect_success 'notmuch --help' 'notmuch --help'
test_expect_success 'notmuch help' 'notmuch help'
test_expect_success 'notmuch --version' 'notmuch --version'
-if ${TEST_DIRECTORY}/have-man; then
+if [ $NOTMUCH_HAVE_MAN -eq 1 ]; then
test_expect_success 'notmuch --help tag' 'notmuch --help tag'
test_expect_success 'notmuch help tag' 'notmuch help tag'
else