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:
parent
b8aa841b5d
commit
bcd74fc496
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue