projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79df5d5
)
tests: Avoid reading $HOME/.pspprc inside the testsuite.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 16 Oct 2010 20:02:18 +0000
(13:02 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 16 Oct 2010 20:02:18 +0000
(13:02 -0700)
This solution was suggested by John Darrington.
tests/atlocal.in
patch
|
blob
|
history
diff --git
a/tests/atlocal.in
b/tests/atlocal.in
index 20234aaf570ab679416ad1e971480420c7d2ddef..4c2e0efd7f6b354eef954e5146a44b81f56f888c 100644
(file)
--- 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