[PATCH 07/13] test: avoid using screen(1) configuration files

Subject: [PATCH 07/13] test: avoid using screen(1) configuration files

Date: Mon, 3 Oct 2011 18:47:21 +0200

To: notmuch@notmuchmail.org

Cc:

From: Thomas Jost


From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>

Set SCREENRC and SYSSCREENRC environment variables to "/dev/null"
as suggested by Jim Paris to avoid potential problems with
screen(1) configuration files.
---
 test/test-lib.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/test-lib.sh b/test/test-lib.sh
index f9fd73e..b22a25c 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
-- 
1.7.6.4


Thread: