FS/XFS testing framework
 help / color / mirror / Atom feed
From: 蔡晓斌 <caixiaobin0807@163.com>
To: "Zorro Lang" <zlang@redhat.com>
Cc: fstests@vger.kernel.org
Subject: Re:Re: Re: about the format problem at generic/556, and supply a fix patch
Date: Sun, 7 Apr 2024 10:10:34 +0800 (CST)	[thread overview]
Message-ID: <24c3e367.2ec8.18eb6525a25.Coremail.caixiaobin0807@163.com> (raw)
In-Reply-To: <20240403105445.qqzzah7b5usx4cwf@dell-per750-06-vm-08.rhts.eng.pek2.redhat.com>

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


At 2024-04-03 18:54:45, "Zorro Lang" <zlang@redhat.com> wrote:
>On Tue, Apr 02, 2024 at 02:22:14PM +0800, 蔡晓斌 wrote:
>> 
>
>Looks like there're many special characters in this patch, please send a
>normal "pure text" patch, with a proper subject and commit log. 

>
The content of patch as below and see attachment for the file.

From edf74d60a83554ad2c85a86ab032767eafe75a9e Mon Sep 17 00:00:00 2001
From: cz0807bin <caixiaobin0807@163.com>
Date: Sun, 7 Apr 2024 09:47:20 +0800
Subject: [PATCH] generic/556: move shebang to first line.

There is format problem of tests/generic/556 file and looks not like a script when it run.
So makes a change of order of first line to looks well.
---
 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

If there is any question about the patch, please tell me how to do, and I will fix it.
Thank you for reply.

[-- Attachment #2: 0001-generic-556-move-shebang-to-first-line.patch --]
[-- Type: application/octet-stream, Size: 773 bytes --]

From edf74d60a83554ad2c85a86ab032767eafe75a9e Mon Sep 17 00:00:00 2001
From: cz0807bin <caixiaobin0807@163.com>
Date: Sun, 7 Apr 2024 09:47:20 +0800
Subject: [PATCH] generic/556: move shebang to first line.

There is format problem of tests/generic/556 file and looks not like a script when it run.
So makes a change of order of first line to looks well.
---
 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


  reply	other threads:[~2024-04-07  2:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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       ` 蔡晓斌 [this message]
2024-04-13 19:49         ` Zorro Lang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24c3e367.2ec8.18eb6525a25.Coremail.caixiaobin0807@163.com \
    --to=caixiaobin0807@163.com \
    --cc=fstests@vger.kernel.org \
    --cc=zlang@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox