about summary refs log tree commit diff
path: root/Test/07cond.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/07cond.ztst')
-rw-r--r--Test/07cond.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/07cond.ztst b/Test/07cond.ztst
index e86d9139b..260e60b5e 100644
--- a/Test/07cond.ztst
+++ b/Test/07cond.ztst
@@ -84,7 +84,7 @@
   [[ -u modish && ! -u zerolength ]]
 0:-u cond
 
-  [[ -x $ZTST_testdir/ztst.zsh && ! -x zerolength ]]
+  [[ -x $ZTST_srcdir/ztst.zsh && ! -x zerolength ]]
 0:-x cond
 
   [[ -z $bar && -z '' && ! -z $foo ]]