diff options
Diffstat (limited to 't.smoke')
-rwxr-xr-x | t.smoke | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,8 +4,8 @@ # 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.$$ chmod 0400 t.rc.$$ ./fetchmail -V -f t.rc.$$ >/dev/null ./fetchmail --configdump -f t.rc.$$ >/dev/null -rm -f t.rc.$$ |