kernel/tools/testing/selftests/ftrace/test.d/instances/instance.tc
.. .. @@ -1,11 +1,7 @@ 1 1 #!/bin/sh 2 2 # SPDX-License-Identifier: GPL-2.0 3 3 # description: Test creation and deletion of trace instances 4 -5 -if [ ! -d instances ] ; then6 - echo "no instance directory with this kernel"7 - exit_unsupported;8 -fi4 +# requires: instances9 5 10 6 fail() { # mesg 11 7 rmdir x y z 2>/dev/null