]> Pileus Git - ~andy/fetchmail/blob - t.smoke
merge Mirek's fetchmail-signed.patch
[~andy/fetchmail] / t.smoke
1 #! /bin/sh
2
3 # This is a rudimentary tests to see if fetchmail can parse a trivial
4 # configuration and dump it in human-readable and machine-readable form.
5
6 set -e
7 cp "${srcdir}/t.rc" t.rc.$$
8 chmod 0400 t.rc.$$
9 ./fetchmail -V -f t.rc.$$ >/dev/null
10 ./fetchmail --configdump -f t.rc.$$ >/dev/null
11 rm -f t.rc.$$