X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=29886a0cd22508023c75f272951961e945241787;hb=63ae14f7f555727026138e1668e6cf91a9046bc0;hp=e64a08e4e2fb2275122183c7d57578e9017ae004;hpb=0377713833f0de237dc421c2f25215907a5906e4;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index e64a08e4e2..29886a0cd2 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -2,10 +2,13 @@ # Variables used internally by the testsuite. EXEEXT='@EXEEXT@' -GNM_SUPPORT='@GNM_SUPPORT@' +GNM_READ_SUPPORT='@GNM_READ_SUPPORT@' +ODF_READ_SUPPORT='@ODF_READ_SUPPORT@' PERL='@PERL@' WITH_PERL_MODULE='@WITH_PERL_MODULE@' host='@host@' +PACKAGE_STRING='@PACKAGE_STRING@' +PACKAGE_BUGREPORT='@PACKAGE_BUGREPORT@' PSQL_SUPPORT='@PSQL_SUPPORT@' if test "$PSQL_SUPPORT" = yes; then @@ -35,3 +38,6 @@ export GZIP HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc. export HOME + +# Avoids error messages during tests if $TERM is set to an unknown terminal. +TERM=; unset TERM