repo.or.cz
/
stgit
/
dwhite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian/rules should be producing architecture independent packages
[stgit/dwhite.git]
/
t
/
t0000-dummy.sh
blob
1a9bd87e0ffc2f5c8db7f666053c8e6c69f6a4d7
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