chiark
/
gitweb
/
~mdw
/
stgit
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Cleanup tree_status and use -z
[stgit]
/
t
/
t0002-status.sh
1
#!/bin/sh
2
#
3
# Copyright (c) 2007 David Kågedal
4
#
5
6
test_description='Basic stg status
7
8
Test that "stg status" works.'
9
10
. ./test-lib.sh
11
12
test_expect_success 'Run status on empty' \
13
'stg status'
14
15
test_done