blob: d1550baee7a9efa40ec29e103034daf75d289473 [file] [log] [blame]
#!/bin/sh
test_description='Run "stg help"'
. ./test-lib.sh
test_expect_success 'Run "stg help"' '
stg help
'
test_expect_success 'Run "stg --help"' '
stg --help
'
test_done