fail.tc 93 B

1234
  1. #!/bin/sh
  2. # description: failure-case example
  3. cat non-exist-file
  4. echo "this is not executed"