about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-05-11 12:53:40 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-05-11 12:53:40 +0000
commit326be4e98fbf811533dcbce0395ac873f77a87dc (patch)
treeee4b2a1c0217bdccdffa3ddbf744e3e825d5836c /Test/ztst.zsh
parentd877805f8692bdb0333693b2e4f03611c8c4432a (diff)
downloadzsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.gz
zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.xz
zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.zip
14313: New options tests
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh2
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:)}