mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
Fix "make check" in emacs shell mode.
This commit is contained in:
parent
7ff269a456
commit
956fd2a76c
@ -8,7 +8,7 @@ comptestinit () {
|
||||
zmodload -i zsh/zpty
|
||||
|
||||
comptest_zsh=${ZSH:-zsh}
|
||||
termcap_ce="$(echotc ce)"
|
||||
termcap_ce="$(echotc ce 2>/dev/null)"
|
||||
|
||||
while getopts z: opt; do
|
||||
case $opt in
|
||||
@ -30,6 +30,7 @@ comptestinit () {
|
||||
"module_path=( $module_path )" \
|
||||
"fpath=( $fpath )" \
|
||||
'LISTMAX=10000000
|
||||
TERM=vt100
|
||||
stty columns 80 rows 24
|
||||
setopt zle
|
||||
bindkey -e
|
||||
|
Loading…
Reference in New Issue
Block a user