blob: 91a43967d1e3ca4a7f5a546ffdd52f6331750e49 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- fetchmail-6.4.1/t.smoke 2019-08-20 18:00:35.000000000 -0500
+++ fetchmail-6.4.1-patched/t.smoke 2019-09-30 19:20:23.633504000 -0500
@@ -4,6 +4,7 @@
# configuration and dump it in human-readable and machine-readable form.
set -e
+export HOME=/tmp
trap 'rm -f t.rc.$$' 0
cp "${srcdir}/t.rc" t.rc.$$
chmod 0400 t.rc.$$
|