From: Ben Pfaff Date: Mon, 15 Jun 2015 15:22:17 +0000 (-0700) Subject: tests: Unset $TERM to avoid error if $TERM is set to an unknown terminal. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4593b60bad64b5a1e69ca1bf794b01513bf9b816;p=pspp tests: Unset $TERM to avoid error if $TERM is set to an unknown terminal. Reported by Friedrich Beckmann . See failed tests here: https://launchpadlibrarian.net/209052134/buildlog_ubuntu-wily-i386.pspp_0.8.4-1_BUILDING.txt.gz --- diff --git a/tests/atlocal.in b/tests/atlocal.in index fae659ae3d..b30709d2f7 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -36,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