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