Index: tests/shells.test =================================================================== diff -u -r3f7e49e850bbcf0c71e9b579087b5be375664859 -r0c79f62f7a4eaccf72fad39e9aa807b6e40b9e6a --- tests/shells.test (.../shells.test) (revision 3f7e49e850bbcf0c71e9b579087b5be375664859) +++ tests/shells.test (.../shells.test) (revision 0c79f62f7a4eaccf72fad39e9aa807b6e40b9e6a) @@ -54,6 +54,9 @@ ? [list exec [info nameofexecutable] << "package req nx;exit 0"] "" ? [list exec [info nameofexecutable] << "package req nx;exit 1"] "child process exited abnormally" + ? [list exec -ignorestderr [info nameofexecutable] << "package req nx;nx::Object new {exit 0}"] "" + ? [list exec -ignorestderr [info nameofexecutable] << "package req nx;nx::Object new {exit 1}"] "child process exited abnormally" + ? [list exec $nxsh -c "exit 0"] "" ? [list exec $nxsh -c "exit 1"] "child process exited abnormally" ? [list exec $nxsh -c "exit 2"] "child process exited abnormally"