summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/C03traps.ztst4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b00802b6..c75c632b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Test/C03traps.ztst b/Test/C03traps.ztst
index f75c47c4d..b9d909761 100644
--- a/Test/C03traps.ztst
+++ b/Test/C03traps.ztst
@@ -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.