FS/XFS testing framework
 help / color / mirror / Atom feed
* about the format problem at generic/556, and supply a fix patch
@ 2024-04-02  1:41 蔡晓斌
  2024-04-02  4:51 ` David Disseldorp
  0 siblings, 1 reply; 6+ messages in thread
From: 蔡晓斌 @ 2024-04-02  1:41 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]


Hi, when I test my project with xfstests, I found that format problem at generic/556, it looks no like a script, so I adjust format and look so well.


Below is the concent of the patch, and patch file at attachments:



From 40ff753ffb3dd4ab8789699dc45a83ece64a3626 Mon Sep 17 00:00:00 2001
From: "cai.xiaobin" <cai.xiaobin@gd-linux.com>
Date: Wed, 20 Mar 2024 11:13:29 +0800
Subject: [PATCH] generic/556: reverse the order of comments to make the file
 look more like a script file


---
 tests/generic/556 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/tests/generic/556 b/tests/generic/556
index 404a3243..ccefbcc4 100755
--- a/tests/generic/556
+++ b/tests/generic/556
@@ -1,5 +1,5 @@
-# SPDX-License-Identifier: GPL-2.0+
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0+
 # FS QA Test No. 556
 #
 # Test the basic functionality of filesystems with case-insensitive
-- 
2.25.1


Thank you and looking forward to your reply.

[-- Attachment #2: 0001-generic-556-reverse-the-order-of-comments-to-make-th.patch --]
[-- Type: application/octet-stream, Size: 682 bytes --]

From 40ff753ffb3dd4ab8789699dc45a83ece64a3626 Mon Sep 17 00:00:00 2001
From: "cai.xiaobin" <cai.xiaobin@gd-linux.com>
Date: Wed, 20 Mar 2024 11:13:29 +0800
Subject: [PATCH] generic/556: reverse the order of comments to make the file
 look more like a script file

---
 tests/generic/556 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/556 b/tests/generic/556
index 404a3243..ccefbcc4 100755
--- a/tests/generic/556
+++ b/tests/generic/556
@@ -1,5 +1,5 @@
-# SPDX-License-Identifier: GPL-2.0+
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0+
 # FS QA Test No. 556
 #
 # Test the basic functionality of filesystems with case-insensitive
-- 
2.25.1


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

end of thread, other threads:[~2024-04-13 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02  1:41 about the format problem at generic/556, and supply a fix patch 蔡晓斌
2024-04-02  4:51 ` David Disseldorp
2024-04-02  6:22   ` 蔡晓斌
2024-04-03 10:54     ` Zorro Lang
2024-04-07  2:10       ` 蔡晓斌
2024-04-13 19:49         ` Zorro Lang

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