Testsuite: avoid readline escape junk at beginning of line.
See e.g. http://bugs.gentoo.org/246091
This commit is contained in:
parent
8a80987373
commit
571e2fb7e1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user