From 84943a02345821b0c9dd64418455b9aecd177960 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Thu, 12 Apr 2007 01:43:17 +0000 Subject: Merge from trunk of workers/21136. --- Test/C03traps.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/C03traps.ztst') 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. -- cgit 1.4.1