1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

zsh-workers/9982

This commit is contained in:
Tanaka Akira 2000-03-03 18:42:49 +00:00
parent 097e2d70cd
commit a3864f056f
4 changed files with 20 additions and 1 deletions

View file

@ -1,8 +1,12 @@
#!/usr/local/bin/zsh -f
[[ -d $ZTST_testdir/Modules/zsh ]] && module_path=( $ZTST_testdir/Modules )
zmodload -i zsh/zpty
setopt extendedglob
fpath=( ${ZTST_srcdir:h}/(Completion|Functions)/*~*/CVS(/) )
debug=
dump=(-D)
code=
@ -24,6 +28,8 @@ input="$*"
tmp=/tmp/comptest.$$
cat <<End >$tmp
module_path=( $module_path )
fpath=( $fpath )
stty columns 80 rows 24
LISTMAX=10000000
ZLS_COLORS='no=<NO>:fi=<FI>:di=<DI>:ln=<LN>:pi=<PI>:so=<SO>:bd=<BD>:cd=<CD>:ex=<EX>:mi=<MI>:tc=<TC>:sp=<SP>:lc=<LC>:ec=<EC>\n:rc=<RC>'