tracing/selftests: Remove exec permissions from trace_marker.tc test
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 22 Dec 2023 16:35:22 +0000 (11:35 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 22 Dec 2023 16:38:53 +0000 (11:38 -0500)
commit26547691107eda45b0f20ee79bad19bbe5fcbfd7
tree70b1cadd3137434928e06519afc4997e57481795
parent3cb3091138ca0921c4569bcf7ffa062519639b6a
tracing/selftests: Remove exec permissions from trace_marker.tc test

The tests in the selftests should not have the exec permissions set. The
trace_marker.tc test accidentally was committed with the exec permission.

Set the permission to that file back to just read/write.

No functional nor code changes.

Link: https://lore.kernel.org/linux-trace-kernel/20231222112831.4c7fa500@gandalf.local.home/
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/testing/selftests/ftrace/test.d/00basic/trace_marker.tc [changed mode: 0755->0644]