chiark
/
gitweb
/
~mdw
/
stgit
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Properly import qp-encoded e-mail headers
[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