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