Merge pull request #1114 from ZyX-I/fix-1104

Specify $TERM in place of assuming it is set to something working
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2014-10-12 00:55:49 +04:00
commit 0eeab7fda0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ run() {
env -i \
LANG=en_US.UTF-8 \
PATH="$local_path" \
TERM="${TERM}" \
TERM="screen-256color" \
COLUMNS="${COLUMNS}" \
LINES="${LINES}" \
TEST_TYPE="${TEST_TYPE}" \