diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-11 12:53:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-11 12:53:40 +0000 |
commit | 326be4e98fbf811533dcbce0395ac873f77a87dc (patch) | |
tree | ee4b2a1c0217bdccdffa3ddbf744e3e825d5836c /Test/ztst.zsh | |
parent | d877805f8692bdb0333693b2e4f03611c8c4432a (diff) | |
download | zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.gz zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.xz zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.zip |
14313: New options tests
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-x | Test/ztst.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index b7221b391..9d9ad5f3c 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -107,7 +107,7 @@ ZTST_testfailed() { ZTST_verbose() { local lev=$1 shift - [[ -n $ZTST_verbose && $ZTST_verbose -ge $lev ]] && print -- $* >&8 + [[ -n $ZTST_verbose && $ZTST_verbose -ge $lev ]] && print -r -- $* >&8 } ZTST_hashmark() { [[ ZTST_verbose -le 0 && -t 8 ]] && print -nu8 ${(pl:SECONDS::\#::\#\r:)} |