From e0d0d9bfac80a4e6572bea5cd20462654cfb179f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 9 Aug 2005 06:51:40 +0000 Subject: Got rid of trap call for now. --- Test/ztst.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/ztst.zsh') 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 -- cgit 1.4.1