blob: 15e35b956e05e88dfa800ca51d52327b5fe1e720 [file] [log] [blame]
#!/bin/sh
# description: failure-case example
cat non-exist-file
echo "this is not executed"