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