about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-03-25 00:14:00 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-03-25 00:14:00 +0000
commit0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39 (patch)
treeff5bef5407166a9d32dafeeff5afc9239f3f22db /Test/ztst.zsh
parent1773807bcc17e16f8636ec67584f78e85aacf540 (diff)
downloadzsh-0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39.tar.gz
zsh-0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39.tar.xz
zsh-0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39.zip
More minor test fixes.
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh
index c34303816..978f3d623 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -336,6 +336,8 @@ $ZTST_code"
 typeset -A ZTST_sects
 ZTST_sects=(prep 0 test 0 clean 0)
 
+print "$ZTST_testname: starting."
+
 # Now go through all the different sections until the end.
 while ZTST_getsect; do
   case $ZTST_cursect in