#! /bin/sh# This is a rudimentary tests to see if fetchmail can parse a trivial# configuration and dump it in human-readable and machine-readable form.set-e
trap'rm -f t.rc.$$'0
cp"${srcdir}/t.rc"t.rc.$$
chmod0400t.rc.$$
./fetchmail-V-ft.rc.$$>/dev/null
./fetchmail--configdump-ft.rc.$$>/dev/null