X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=66292efe04821be02cf831fd2b7f99610d609c75;hb=5af2d8e4450d82bdb660de801e2a8961750442fa;hp=162b832dfddc4cd7b14c0bb35238123f7ee15eda;hpb=300d3db698d3ac82a0a302a91ee62bcaad6337b6;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index 162b832dfd..66292efe04 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -23,6 +23,7 @@ EXEEXT='@EXEEXT@' PERL='@PERL@' PYTHON='@PYTHON@' TEX='@TEX@' +GWC='@GWC@' WITH_PERL_MODULE='@WITH_PERL_MODULE@' host='@host@' PACKAGE_STRING='@PACKAGE_STRING@' @@ -64,8 +65,8 @@ export GZIP WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy export WINEPREFIX -HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc. -export HOME +# Make PSPP ignore $HOME/.pspprc. +alias pspp='pspp --no-statrc' # Avoids error messages during tests if $TERM is set to an unknown terminal. TERM=; unset TERM