about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-04-19 19:03:09 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-04-19 19:03:09 +0000
commit155df70ca803d4d69a37f9e25d47cc9d7ab771fc (patch)
tree3fec9f2c2b019370f220fe5c7215cf93eaf608f2 /Test/ztst.zsh
parente1a22eb2f9269d0a3aa0de9eddbf79a2dfe4c759 (diff)
downloadzsh-155df70ca803d4d69a37f9e25d47cc9d7ab771fc.tar.gz
zsh-155df70ca803d4d69a37f9e25d47cc9d7ab771fc.tar.xz
zsh-155df70ca803d4d69a37f9e25d47cc9d7ab771fc.zip
Test additions; 3.1.7-pre-1
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh
index c9e5a0294..32217bb3d 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -71,7 +71,8 @@ ZTST_terr=${TMPPREFIX}.ztst.terr.$$
 
 ZTST_cleanup() {
   cd $ZTST_testdir
-  rm -rf $ZTST_testdir/dummy.tmp $ZTST_testdir/*.tmp ${TMPPREFIX}.ztst*$$
+  rm -rf $ZTST_testdir/dummy.tmp $ZTST_testdir/*.tmp(N) \
+    ${TMPPREFIX}.ztst*$$(N)
 }
 
 # This cleanup always gets performed, even if we abort.  Later,