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