forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc
....@@ -1,11 +1,7 @@
11 #!/bin/sh
22 # SPDX-License-Identifier: GPL-2.0
33 # description: Test creation and deletion of trace instances while setting an event
4
-
5
-if [ ! -d instances ] ; then
6
- echo "no instance directory with this kernel"
7
- exit_unsupported;
8
-fi
4
+# requires: instances
95
106 fail() { # mesg
117 rmdir foo 2>/dev/null