Release 0.19
[stgit.git] / t / t0000-dummy.sh
blob1a9bd87e0ffc2f5c8db7f666053c8e6c69f6a4d7
1 #!/bin/sh
3 # Copyright (c) 2006 Yann Dirson
6 test_description='Dummy test.
8 Only to test the testing environment.
11 . ./test-lib.sh
13 test_expect_success \
14 'check stgit can be run' \
15 'stg version'
17 test_done