diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-29 11:04:17 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-29 11:04:17 +0000 |
commit | af1ea508c632aa246130fdee9524c05850980747 (patch) | |
tree | e6af02f1ed5afca408bf32a392ef54b501689d01 /t.smoke | |
parent | 7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c (diff) | |
download | fetchmail-af1ea508c632aa246130fdee9524c05850980747.tar.gz fetchmail-af1ea508c632aa246130fdee9524c05850980747.tar.bz2 fetchmail-af1ea508c632aa246130fdee9524c05850980747.zip |
Remove temporary t.rc.* file even if fetchmail crashes.
svn path=/branches/BRANCH_6-3/; revision=4754
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.$$ |