From: Ben Pfaff Date: Sat, 16 Oct 2010 20:02:18 +0000 (-0700) Subject: tests: Avoid reading $HOME/.pspprc inside the testsuite. X-Git-Tag: v0.7.6~2 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=b629a618056b7c3b55b1768f4cf138529f20016f tests: Avoid reading $HOME/.pspprc inside the testsuite. This solution was suggested by John Darrington. --- 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