X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT010-help-test.sh;h=1fbc46a2dc4a95bbc2f618d8dec606ccee75c788;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hp=da45d3aecf7ae7a0c6e86be06f6d21155c50129b;hpb=e9ff896f8491e8780fcf7322436fc0c0575fe8f9;p=notmuch diff --git a/test/T010-help-test.sh b/test/T010-help-test.sh index da45d3ae..1fbc46a2 100755 --- a/test/T010-help-test.sh +++ b/test/T010-help-test.sh @@ -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'