1a9bd87e0ffc2f5c8db7f666053c8e6c69f6a4d7
[stgit] / t / t0000-dummy.sh
1 #!/bin/sh
2 #
3 # Copyright (c) 2006 Yann Dirson
4 #
5
6 test_description='Dummy test.
7
8 Only to test the testing environment.
9 '
10
11 . ./test-lib.sh
12
13 test_expect_success \
14 'check stgit can be run' \
15 'stg version'
16
17 test_done