Ask git for author and committer name
[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