xref: /linux/tools/testing/selftests/ftrace/samples/fail.tc (revision a6f37cee6e4f6fa9d61962efbcb06a032efed1ba)
1#!/bin/sh
2# description: failure-case example
3cat non-exist-file
4echo "this is not executed"
5