X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=t.smoke;h=c0ed8a66f3e82c2d3cf7b7e5b287dbbb7e76712f;hb=98cfcef26048bba06975e68a1aad05a8bac0d65d;hp=f7924a3c707f1b48ca7882e6d88ddcab2c11108d;hpb=f750540a7bb3dd465cb562681a2606bd313469ad;p=~andy%2Ffetchmail diff --git a/t.smoke b/t.smoke index f7924a3c..c0ed8a66 100755 --- a/t.smoke +++ b/t.smoke @@ -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.$$