X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT010-help-test.sh;h=1fbc46a2dc4a95bbc2f618d8dec606ccee75c788;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hp=0c833de262170f5aea7b778aa62bcef0f9ed4d63;hpb=ab022657776af0bb47e72caf2517464ca59e7d48;p=notmuch diff --git a/test/T010-help-test.sh b/test/T010-help-test.sh index 0c833de2..1fbc46a2 100755 --- a/test/T010-help-test.sh +++ b/test/T010-help-test.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash test_description="online help" -. ./test-lib.sh || exit 1 +. $(dirname "$0")/test-lib.sh || exit 1 test_begin_subtest 'notmuch --help' test_expect_success 'notmuch --help' @@ -12,7 +12,7 @@ test_expect_success 'notmuch help' test_begin_subtest 'notmuch --version' test_expect_success 'notmuch --version' -if [ $NOTMUCH_HAVE_MAN -eq 1 ]; then +if [ "${NOTMUCH_HAVE_MAN-0}" = "1" ]; then test_begin_subtest 'notmuch --help tag' test_expect_success 'notmuch --help tag'