contrib/ksmtpproxy: Fix typo
[navymail.git] / t / t0000-basic.sh
blobe2d5564343cba9bbdce62a38a9efbbc03566119b
1 #!/bin/sh
2 # Copyright (C) 2011 Kirill Smelkov <kirr@navytux.spb.ru>
4 test_description='Test the very basic parts #1.'
5 . ./test-lib.sh
7 test_expect_success "testing that test-lib seems to work" '
8 true
11 test_done