From 956fd2a76c160c86cefd1245000f9e0303ae5ba6 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 8 Jun 2001 03:02:46 +0000 Subject: Fix "make check" in emacs shell mode. --- Test/comptest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/comptest b/Test/comptest index c2cd74074..dea6a850d 100644 --- a/Test/comptest +++ b/Test/comptest @@ -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 -- cgit 1.4.1