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