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