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