View | Details | Raw Unified | Return to bug 240914
Collapse All | Expand All

(-)fetchmail-6.4.1-patched/t.smoke (+1 lines)
Lines 4-9 Link Here
4
# configuration and dump it in human-readable and machine-readable form.
4
# configuration and dump it in human-readable and machine-readable form.
5
5
6
set -e
6
set -e
7
export HOME=/tmp
7
trap 'rm -f t.rc.$$' 0
8
trap 'rm -f t.rc.$$' 0
8
cp "${srcdir}/t.rc" t.rc.$$
9
cp "${srcdir}/t.rc" t.rc.$$
9
chmod 0400 t.rc.$$
10
chmod 0400 t.rc.$$

Return to bug 240914