diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-19 20:42:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-19 20:42:00 +0000 |
commit | 2f624c868b5a44e93b0e9866f57e6ff187f54f64 (patch) | |
tree | e26638c74f16c5056262715cfe09c002434d1788 /bin/ksh/tests/unclass1.t | |
parent | fc018f8ac5eb7797e4de7700a5bccce0547eb6a5 (diff) |
Updates from pdksh-unstable-5.2.13.7. Most notable change is:
trap: exit traps now executed in subshells (without explicit exit call).
See the Changelog for a full list of changes.
Diffstat (limited to 'bin/ksh/tests/unclass1.t')
-rw-r--r-- | bin/ksh/tests/unclass1.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ksh/tests/unclass1.t b/bin/ksh/tests/unclass1.t index 55d4e58976f..258c2068902 100644 --- a/bin/ksh/tests/unclass1.t +++ b/bin/ksh/tests/unclass1.t @@ -58,6 +58,8 @@ name: xxx-exec-environment-2 description: Check to make sure exec doesn't change environment if a program isn't exec-ed +# Under os/2, _emx_sig environment variable changes. +category: !os:os2 stdin: env > bar1 FOO=bar exec; env > bar2 |