repo.or.cz
/
stgit
/
ydirson.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Better diagnostic for wrong branch configuration.
[stgit/ydirson.git]
/
t
/
t0100-help.sh
blob
d1550baee7a9efa40ec29e103034daf75d289473
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