stgit.el: Allow revert on index and work tree
[stgit] / t / t0100-help.sh
1 #!/bin/sh
2
3 test_description='Run "stg help"'
4
5 . ./test-lib.sh
6
7 test_expect_success 'Run "stg help"' '
8 stg help
9 '
10
11 test_expect_success 'Run "stg --help"' '
12 stg --help
13 '
14
15 test_done