From af1ea508c632aa246130fdee9524c05850980747 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 29 Mar 2006 11:04:17 +0000 Subject: Remove temporary t.rc.* file even if fetchmail crashes. svn path=/branches/BRANCH_6-3/; revision=4754 --- t.smoke | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.$$ -- cgit v1.2.3