X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fatlocal.in;h=b30709d2f76f0672bc0940e65187e46f87b055ec;hb=2352789a3250e11e0f5d2fd35a319c8de502a926;hp=e64a08e4e2fb2275122183c7d57578e9017ae004;hpb=0377713833f0de237dc421c2f25215907a5906e4;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index e64a08e4e2..b30709d2f7 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -2,7 +2,8 @@ # 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@' @@ -35,3 +36,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