%prep if [[ $OSTYPE = cygwin ]]; then ZTST_unimplemented="the zsh/zpty module does not work on Cygwin" elif ( zmodload zsh/zpty 2>/dev/null ); then . $ZTST_srcdir/comptest comptestinit -z $ZTST_testdir/../Src/zsh else ZTST_unimplemented="the zsh/zpty module is not available" fi %test zpty_run 'a=("foo foo" "" "bar")' zletest $'vared a\n\C-xw' 0:vared: basic quoting test >BUFFER: foo\ foo '' bar >CURSOR: 15 %clean zmodload -ui zsh/zpty