about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-31 15:01:21 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-31 15:01:21 +0000
commitbcd74fc496a4af14b28a9349d511ff43450151a7 (patch)
tree1afb1bb3fbc6a7ffb188973180eec04750ff18be /Test
parentb8aa841b5da4f9605f5147d168cfe53060fa3bc5 (diff)
downloadzsh-bcd74fc496a4af14b28a9349d511ff43450151a7.tar.gz
zsh-bcd74fc496a4af14b28a9349d511ff43450151a7.tar.xz
zsh-bcd74fc496a4af14b28a9349d511ff43450151a7.zip
zsh-workers/9174
Diffstat (limited to 'Test')
-rwxr-xr-xTest/ztst.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh
index 8ee60fd58..181148c2b 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -45,7 +45,7 @@ ZTST_testname=$1
 
 # The source directory is not necessarily the current directory
 ZTST_srcdir=${0%/*}
-[[ ZTST_srcdir = /* ]] || ZTST_srcdir="$ZTST_testdir/$ZTST_srcdir"
+[[ $ZTST_srcdir = /* ]] || ZTST_srcdir="$ZTST_testdir/$ZTST_srcdir"
 
 : ${TMPPREFIX:=/tmp/zsh}
 # Temporary files for redirection inside tests.