From: Dmitry Kurochkin Date: Fri, 1 Jul 2011 04:55:17 +0000 (+0400) Subject: test: avoid using screen(1) configuration files X-Git-Tag: 0.10_rc1~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=746a13e6f40431ffa931ef51834ac0eb794ee554;p=notmuch.git 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. --- diff --git a/test/test-lib.sh b/test/test-lib.sh index ff5183ff..c81c709b 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -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