From 18378b0e49d97719467ce9b098aa859b1b750bb4 Mon Sep 17 00:00:00 2001 From: Juntong Deng Date: Tue, 26 Sep 2023 04:35:52 +0800 Subject: selftests/damon: Add executable permission to test scripts When running the test for the damon subsystem, there are a lot of warnings because test scripts do not have executable permission, for example: Warning: file debugfs_attrs.sh is not executable Warning: file debugfs_schemes.sh is not executable Warning: file debugfs_target_ids.sh is not executable ... This patch adds executable permission to test scripts to eliminate these warnings. Signed-off-by: Juntong Deng Reviewed-by: SeongJae Park Signed-off-by: Shuah Khan --- tools/testing/selftests/damon/debugfs_attrs.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_attrs.sh (limited to 'tools/testing/selftests/damon/debugfs_attrs.sh') diff --git a/tools/testing/selftests/damon/debugfs_attrs.sh b/tools/testing/selftests/damon/debugfs_attrs.sh old mode 100644 new mode 100755 -- cgit v1.2.3