diff mbox series

xfs: Fix no executable permission

Message ID 20240115005913.3829532-1-lizhijian@fujitsu.com (mailing list archive)
State New, archived
Headers show
Series xfs: Fix no executable permission | expand

Commit Message

Zhijian Li (Fujitsu) Jan. 15, 2024, 12:59 a.m. UTC
Give them the executable permission, this also make the git status keep clean
after `./check`

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
---
 tests/xfs/557 | 0
 tests/xfs/567 | 0
 tests/xfs/568 | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tests/xfs/557
 mode change 100644 => 100755 tests/xfs/567
 mode change 100644 => 100755 tests/xfs/568

Comments

Zorro Lang March 4, 2024, 4:31 a.m. UTC | #1
On Mon, Jan 15, 2024 at 08:59:13AM +0800, Li Zhijian wrote:
> Give them the executable permission, this also make the git status keep clean
> after `./check`
> 
> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
> ---

I tried to wait a few weeks to check if we have some patches to touch
these cases, then I can change the permission with that change together.
But looks like I have no chance :) So let's have this patch.

Reviewed-by: Zorro Lang <zlang@redhat.com>

We've changed to mvtest tool, to make sure the permission bit of new case,
I'll also add a testing step to check the permission bits later,
thanks for this fix.

Thanks,
Zorro

>  tests/xfs/557 | 0
>  tests/xfs/567 | 0
>  tests/xfs/568 | 0
>  3 files changed, 0 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 tests/xfs/557
>  mode change 100644 => 100755 tests/xfs/567
>  mode change 100644 => 100755 tests/xfs/568
> 
> diff --git a/tests/xfs/557 b/tests/xfs/557
> old mode 100644
> new mode 100755
> diff --git a/tests/xfs/567 b/tests/xfs/567
> old mode 100644
> new mode 100755
> diff --git a/tests/xfs/568 b/tests/xfs/568
> old mode 100644
> new mode 100755
> -- 
> 2.29.2
> 
>
diff mbox series

Patch

diff --git a/tests/xfs/557 b/tests/xfs/557
old mode 100644
new mode 100755
diff --git a/tests/xfs/567 b/tests/xfs/567
old mode 100644
new mode 100755
diff --git a/tests/xfs/568 b/tests/xfs/568
old mode 100644
new mode 100755