[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 571e2fb7e19b41263e2ec1d14c542f76618e022a

Ville Skyttä ville.skytta at iki.fi
Tue Nov 10 18:47:15 UTC 2009


The following commit has been merged in the master branch:
commit 571e2fb7e19b41263e2ec1d14c542f76618e022a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 10 20:45:59 2009 +0200

    Testsuite: avoid readline escape junk at beginning of line.
    
    See e.g. http://bugs.gentoo.org/246091

diff --git a/test/config/bashrc b/test/config/bashrc
index c9fd0f0..e8083f0 100644
--- a/test/config/bashrc
+++ b/test/config/bashrc
@@ -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
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list