Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
src/cmd/ksh93/tests/pty.sh: - Fix test for ksh93#722 by checking for 'Exit status 0' with 'u'. As far as I can tell this fixes the CI failure while still catching the crash on bugged commits. - Add a fixed version of the previously unused regression test from ksh93#356. Avoiding the CPU hungry lockup only requires spawning a child interactive shell for the crash to occur inside of. (This doesn't fix the underlying bug in pty, but merely works around it.)
- Loading branch information