]> git.notmuchmail.org Git - notmuch/blob - test/T010-help-test.sh
f7df725eea611797c333ba7a5a759cf31b9171f0
[notmuch] / test / T010-help-test.sh
1 #!/usr/bin/env bash
2
3 test_description="online help"
4 . ./test-lib.sh
5
6 test_expect_success 'notmuch --help' 'notmuch --help'
7 test_expect_success 'notmuch --help tag' 'notmuch --help tag'
8 test_expect_success 'notmuch help' 'notmuch help'
9 test_expect_success 'notmuch help tag' 'notmuch help tag'
10 test_expect_success 'notmuch --version' 'notmuch --version'
11
12 test_done