diff options
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 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. |