diff options
-rwxr-xr-x | Test/ztst.zsh | 4 |
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 |