1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

21136: don't leave TRAPEXIT lying around in Test directory

This commit is contained in:
Peter Stephenson 2005-04-13 10:01:52 +00:00
parent 3e3ecda01b
commit ad95e2e279
2 changed files with 7 additions and 2 deletions

@ -1,3 +1,8 @@
2005-04-13 Peter Stephenson <pws@csr.com>
* 21136: Test/C03traps.ztst: don't leave TRAPEXIT file lying
around in Test directory.
2005-04-12 Clint Adams <clint@zsh.org>
* 21135: Completion/Unix/Command/_screen: complete attached

@ -59,8 +59,8 @@
# $ZTST_exe is relative to the parent directory.
# We ought to fix this in ztst.zsh...
cd ..
$ZTST_exe -fc 'TRAPEXIT() { print Exited.; }'
(cd ..
$ZTST_exe -fc 'TRAPEXIT() { print Exited.; }')
0:EXIT traps on a script
>Exited.