From 4593b60bad64b5a1e69ca1bf794b01513bf9b816 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 15 Jun 2015 08:22:17 -0700 Subject: [PATCH] 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 --- tests/atlocal.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2