diff --git a/tests/param-p.tst b/tests/param-p.tst index 1a332a4a..c073dfad 100644 --- a/tests/param-p.tst +++ b/tests/param-p.tst @@ -430,10 +430,13 @@ echo $? echo $? (exit 123) echo $? +(exit 42) +(echo $?) __IN__ 0 1 123 +42 __OUT__ test_OE -e 0 'special parameter -' -eu