Testsuite: avoid readline escape junk at beginning of line.

See e.g. http://bugs.gentoo.org/246091
This commit is contained in:
Ville Skyttä 2009-11-10 20:45:59 +02:00
parent 8a80987373
commit 571e2fb7e1

View File

@ -14,6 +14,9 @@ export PS1='$(wd=$(pwd); echo ${wd#$TESTDIR}/)@'
export PS2='> '
# Configure readline
export INPUTRC=$TESTDIR/config/inputrc
# Avoid escape junk at beginning of line from readline, see e.g.
# http://bugs.gentoo.org/246091
export TERM=dummy
# Ensure enough columns so expect doesn't have to care about line breaks
stty columns 150