#! /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
cp"${srcdir}/t.rc"t.rc.$$
chmod0400t.rc.$$
./fetchmail-V-ft.rc.$$>/dev/null
./fetchmail--configdump-ft.rc.$$>/dev/null
rm-ft.rc.$$