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