Memorialize Python 3.7 support
[stgit.git] / t / t0100-help.sh
blobd1550baee7a9efa40ec29e103034daf75d289473
1 #!/bin/sh
3 test_description='Run "stg help"'
5 . ./test-lib.sh
7 test_expect_success 'Run "stg help"' '
8 stg help
11 test_expect_success 'Run "stg --help"' '
12 stg --help
15 test_done