Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Recent patches, plus tests
2013/12/26 09:13, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
> --- a/Test/comptest
> +++ b/Test/comptest
> @@ -30,6 +30,7 @@ comptestinit () {
> "export LC_ALL=C" \
> "emulate -R zsh" \
> "export ZDOTDIR=$ZTST_testdir" \
> +"path=( $ZTST_srcdir:A )" \
This causes 'stty 38400 ...' to fail.
diff --git a/Test/comptest b/Test/comptest
index 4fd9b27..a34dc42 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -30,12 +30,12 @@ comptestinit () {
"export LC_ALL=C" \
"emulate -R zsh" \
"export ZDOTDIR=$ZTST_testdir" \
+"stty 38400 columns 80 rows 24" \
"path=( $ZTST_srcdir:A )" \
"module_path=( $module_path )" \
"fpath=( $fpath )" \
"bindkey -$comptest_keymap" \
'LISTMAX=10000000
-stty 38400 columns 80 rows 24
TERM=vt100
setopt zle
autoload -U compinit
Messages sorted by:
Reverse Date,
Date,
Thread,
Author