repo.or.cz
/
navymail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
contrib/ksmtpproxy: Fix typo
[navymail.git]
/
t
/
t0000-basic.sh
blob
e2d5564343cba9bbdce62a38a9efbbc03566119b
1
#!/bin/sh
2
# Copyright (C) 2011 Kirill Smelkov <kirr@navytux.spb.ru>
3
4
test_description
=
'Test the very basic parts #1.'
5
. .
/
test-lib.sh
6
7
test_expect_success
"testing that test-lib seems to work"
'
8
true
9
'
10
11
test_done