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