aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T010-help-test.sh
blob: f7df725eea611797c333ba7a5a759cf31b9171f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

test_description="online help"
. ./test-lib.sh

test_expect_success 'notmuch --help' 'notmuch --help'
test_expect_success 'notmuch --help tag' 'notmuch --help tag'
test_expect_success 'notmuch help' 'notmuch help'
test_expect_success 'notmuch help tag' 'notmuch help tag'
test_expect_success 'notmuch --version' 'notmuch --version'

test_done