thesis/linux-6.8.1/tools/testing/selftests/ftrace/samples/fail.tc
2025-03-19 13:44:23 +01:00

4 lines
93 B
Bash

#!/bin/sh
# description: failure-case example
cat non-exist-file
echo "this is not executed"