From 57066ad884d41df652c57fd78e5668f6c58ab942 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 28 Dec 1999 20:08:51 +0000 Subject: manual/9163 --- Test/ztst.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'Test') diff --git a/Test/ztst.zsh b/Test/ztst.zsh index 7e82f8a5b..8ee60fd58 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -45,6 +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" : ${TMPPREFIX:=/tmp/zsh} # Temporary files for redirection inside tests. -- cgit 1.4.1