Add basic test for stg status
[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