When a test exists the inferior shell, the behavior of the following tests is undefined: ```sh $ exit 1 ... ``` The behavior should be defined: The test suite should fail and report results up to this test.
When a test exists the inferior shell, the behavior of the following tests is undefined:
$ exit 1 ...The behavior should be defined: The test suite should fail and report results up to this test.