blob: 1a9bd87e0ffc2f5c8db7f666053c8e6c69f6a4d7 [file] [log] [blame]
#!/bin/sh
#
# Copyright (c) 2006 Yann Dirson
#
test_description='Dummy test.
Only to test the testing environment.
'
. ./test-lib.sh
test_expect_success \
'check stgit can be run' \
'stg version'
test_done