summaryrefslogtreecommitdiffstats
path: root/test/TestRunner.sh
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-06 21:28:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-06 21:28:42 +0000
commit1c4483065b52383bb8e501e3a1e7c4f5628921cb (patch)
tree59572788399f23d07a206eba071fdd63aacc1f6b /test/TestRunner.sh
parent17ca3638e852ba81f389e9f896ed0420b52ae606 (diff)
If stderr isn't a terminal, don't try to guess the terminal width or
look at COLUMNS. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TestRunner.sh')
-rwxr-xr-xtest/TestRunner.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/TestRunner.sh b/test/TestRunner.sh
index 48b48d5a29..bb20728578 100755
--- a/test/TestRunner.sh
+++ b/test/TestRunner.sh
@@ -18,9 +18,6 @@ TESTNAME=$1
SUBST=$1
FILEDIR=`dirname $TESTNAME`
-# Make diagnostic printing more determinstic.
-export COLUMNS=0
-
OUTPUT=Output/$1.out
# create the output directory if it does not already exist