about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-04-12 01:43:17 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-04-12 01:43:17 +0000
commit84943a02345821b0c9dd64418455b9aecd177960 (patch)
tree90c8a342f100e39870049802eada145b34bfda34 /Test
parent54ea74d39fe1876263f3634ff5dc6534c9725ce8 (diff)
downloadzsh-84943a02345821b0c9dd64418455b9aecd177960.tar.gz
zsh-84943a02345821b0c9dd64418455b9aecd177960.tar.xz
zsh-84943a02345821b0c9dd64418455b9aecd177960.zip
Merge from trunk of workers/21136.
Diffstat (limited to 'Test')
-rw-r--r--Test/C03traps.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/C03traps.ztst b/Test/C03traps.ztst
index b7649856e..ee4c1c069 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.