From b629a618056b7c3b55b1768f4cf138529f20016f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 16 Oct 2010 13:02:18 -0700 Subject: [PATCH] tests: Avoid reading $HOME/.pspprc inside the testsuite. This solution was suggested by John Darrington. --- tests/atlocal.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/atlocal.in b/tests/atlocal.in index 20234aaf..4c2e0efd 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -21,3 +21,6 @@ export CHARSETALIASDIR GZIP= export GZIP + +HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc. +export HOME -- 2.30.2