about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-05-18 16:20:48 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-05-18 16:20:48 +0000
commitde880a6bbb4ea064dbe5fb0405081c170a12ff5c (patch)
tree1b9a624f1be5eb856ff22ae8b9244493578502d9 /Test/ztst.zsh
parent4544933427065dea3834753ea29c18610f3ef8ea (diff)
downloadzsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.gz
zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.xz
zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.zip
Tweak zmodload tests, fix fd 8.
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 9d9ad5f3c..ea9d18a08 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -115,7 +115,7 @@ ZTST_hashmark() {
 
 [[ ! -r $ZTST_testname ]] && ZTST_testfailed "can't read test file."
 
-[[ -n $ZTST_verbose && $ZTST_verbose -ge 0 ]] && exec 8>&1
+exec 8>&1
 exec 9<$ZTST_testname
 
 # The current line read from the test file.