about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-08-09 06:51:40 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-08-09 06:51:40 +0000
commite0d0d9bfac80a4e6572bea5cd20462654cfb179f (patch)
treea29aebe0dfd1cb1ced709cf408b76f26b7aa8ea8 /Test/ztst.zsh
parent9937c30ba32082ce8784dcd69136221bccf344d1 (diff)
downloadzsh-e0d0d9bfac80a4e6572bea5cd20462654cfb179f.tar.gz
zsh-e0d0d9bfac80a4e6572bea5cd20462654cfb179f.tar.xz
zsh-e0d0d9bfac80a4e6572bea5cd20462654cfb179f.zip
Got rid of trap call for now.
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh
index 388661976..0f0c704c7 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -117,8 +117,8 @@ ZTST_cleanup() {
 # This cleanup always gets performed, even if we abort.  Later,
 # we should try and arrange that any test-specific cleanup
 # always gets called as well.
-trap - 'print cleaning up...
-ZTST_cleanup' INT QUIT TERM
+##trap 'print cleaning up...
+##ZTST_cleanup' INT QUIT TERM
 # Make sure it's clean now.
 rm -rf dummy.tmp *.tmp