From ad95e2e27981a2beb1a032d8487b3b54fe0af4b8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 13 Apr 2005 10:01:52 +0000 Subject: 21136: don't leave TRAPEXIT lying around in Test directory --- 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 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. -- cgit 1.4.1