mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
zsh-workers/8962
This commit is contained in:
parent
e842c1d911
commit
d0c66ab2f0
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ ZTST_tout=${TMPPREFIX-:/tmp/zsh}.ztst.tout.$$
|
||||||
ZTST_terr=${TMPPREFIX-:/tmp/zsh}.ztst.terr.$$
|
ZTST_terr=${TMPPREFIX-:/tmp/zsh}.ztst.terr.$$
|
||||||
|
|
||||||
ZTST_cleanup() {
|
ZTST_cleanup() {
|
||||||
|
cd $ZTST_testdir
|
||||||
rm -rf $ZTST_testdir/dummy.tmp $ZTST_testdir/*.tmp \
|
rm -rf $ZTST_testdir/dummy.tmp $ZTST_testdir/*.tmp \
|
||||||
$ZTST_in $ZTST_out $ZTST_err $ZTST_tout $ZTST_terr
|
$ZTST_in $ZTST_out $ZTST_err $ZTST_tout $ZTST_terr
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue