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