tests: Avoid reading $HOME/.pspprc inside the testsuite.
[pspp-builds.git] / tests / atlocal.in
1 # -*- shell-script -*-
2
3 # Variables used internally by the testsuite.
4 EXEEXT='@EXEEXT@'
5 GNM_SUPPORT='@GNM_SUPPORT@'
6 PERL='@PERL@'
7 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
8 host='@host@'
9
10 PSQL_SUPPORT='@PSQL_SUPPORT@'
11 if test "$PSQL_SUPPORT" = yes; then
12     : ${PG_CONFIG:='@PG_CONFIG@'}
13     : ${PG_DBASE:=pspptest}
14     : ${PG_PORT:=6543}
15     : ${PG_PATH:=`$PG_CONFIG --bindir`}
16 fi
17
18 # Variables used by programs invoked by the testsuite.
19 CHARSETALIASDIR="$abs_top_builddir/gl"
20 export CHARSETALIASDIR
21
22 GZIP=
23 export GZIP
24
25 HOME=/nonexistent               # Kluge to make PSPP ignore $HOME/.pspprc.
26 export HOME