X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ee78cb260d1ce52cf6cc81c6d8b320e75243b4e5..aa9b1b9d49ec37d28b6f576656170d47618e25b5:/t/t0000-dummy.sh diff --git a/t/t0000-dummy.sh b/t/t0000-dummy.sh new file mode 100755 index 0000000..1a9bd87 --- /dev/null +++ b/t/t0000-dummy.sh @@ -0,0 +1,17 @@ +#!/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