[Devel] [PATCH vz10 3/3] selftests: mm: restore the executable bit on test_page_frag.sh
Eva Kurchatova
eva.kurchatova at virtuozzo.com
Tue Sep 1 02:49:22 MSK 2026
run_vmtests.sh runs the script directly:
CATEGORY="page_frag" run_test ./test_page_frag.sh smoke
which needs the executable bit. The file is 100755 upstream but 100644
in this tree, so the three page_frag cases fail before running:
not ok 58 test_page_frag.sh smoke # exit=126
exit 126 is the shell refusing a file it may not execute. Restore the
bit. Upstream already has it, so this applies to this tree only.
https://virtuozzo.atlassian.net/browse/VSTOR-139679
Feature: fix vz selftests
Signed-off-by: Eva Kurchatova <eva.kurchatova at virtuozzo.com>
---
tools/testing/selftests/mm/test_page_frag.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/mm/test_page_frag.sh
diff --git a/tools/testing/selftests/mm/test_page_frag.sh b/tools/testing/selftests/mm/test_page_frag.sh
old mode 100644
new mode 100755
--
2.55.0
More information about the Devel
mailing list