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