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