aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xt.smoke2
1 files changed, 1 insertions, 1 deletions
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.$$