FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] f2fs/024: add missing execute permission
@ 2026-08-31 10:41 Prabhakar Pujeri
  2026-09-02 14:39 ` Zorro Lang
  2026-09-03 23:35 ` [f2fs-dev] " Chao Yu
  0 siblings, 2 replies; 3+ messages in thread
From: Prabhakar Pujeri @ 2026-08-31 10:41 UTC (permalink / raw)
  To: fstests; +Cc: Prabhakar Pujeri, Zorro Lang, linux-f2fs-devel

The test script was committed with mode 100644 while all other test
scripts are 100755, so check fails to execute it directly with
"Permission denied".  Fix the file mode.

Signed-off-by: Prabhakar Pujeri <prabhakar.pujeri@dell.com>
---
 tests/f2fs/024 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tests/f2fs/024

diff --git a/tests/f2fs/024 b/tests/f2fs/024
old mode 100644
new mode 100755
-- 
2.55.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-03 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 10:41 [PATCH] f2fs/024: add missing execute permission Prabhakar Pujeri
2026-09-02 14:39 ` Zorro Lang
2026-09-03 23:35 ` [f2fs-dev] " Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox