1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

zsh-workers/9174

This commit is contained in:
Tanaka Akira 1999-12-31 15:01:21 +00:00
parent b8aa841b5d
commit bcd74fc496

View file

@ -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.