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