test: avoid using screen(1) configuration files

Set SCREENRC and SYSSCREENRC environment variables to "/dev/null"
as suggested by Jim Paris to avoid potential problems with
screen(1) configuration files.
This commit is contained in:
Dmitry Kurochkin 2011-07-01 08:55:17 +04:00 committed by David Bremner
parent a1ea4e914f
commit 746a13e6f4

View file

@ -50,6 +50,8 @@ TZ=UTC
TERM=dumb
export LANG LC_ALL PAGER TERM TZ
GIT_TEST_CMP=${GIT_TEST_CMP:-diff -u}
export SCREENRC=/dev/null
export SYSSCREENRC=/dev/null
# Protect ourselves from common misconfiguration to export
# CDPATH into the environment