chiark / gitweb /
New test: Try "stg push" in a subdirectory
[stgit] / t / t0100-help.sh
CommitLineData
cd41b7d7
KH
1#!/bin/sh
2
3test_description='Run "stg help"'
4
5. ./test-lib.sh
6
7test_expect_success 'Run "stg help"' '
8 stg help
9 '
10
11test_expect_success 'Run "stg --help"' '
12 stg --help
13 '
14
15test_done