public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: David Disseldorp <ddiss@suse.de>
To: Qu Wenruo <wqu@suse.com>
Cc: linux-btrfs@vger.kernel.org, fstests@vger.kernel.org
Subject: Re: [PATCH] fstests: btrfs/080: fix the stray '\'
Date: Fri, 9 Dec 2022 09:40:01 +0100	[thread overview]
Message-ID: <20221209094001.5c5f1bce@echidna.fritz.box> (raw)
In-Reply-To: <20221209061901.30511-1-wqu@suse.com>

On Fri,  9 Dec 2022 14:19:01 +0800, Qu Wenruo wrote:

...
> --- a/tests/btrfs/080
> +++ b/tests/btrfs/080
> @@ -76,7 +76,7 @@ workout()
>  # created fs doesn't get that feature enabled. With it enabled, the below fsck
>  # call wouldn't fail. This feature hasn't been enabled by default since it was
>  # introduced, but be safe and explicitly disable it.
> -_scratch_mkfs -O list-all 2>&1 | grep -q '\bno\-holes\b'
> +_scratch_mkfs -O list-all 2>&1 | grep -q '\bno-holes\b'
>  if [ $? -eq 0 ]; then
>  	mkfs_options="-O ^no-holes"
>  fi

Looks good. I think I've hit this one too...
Reviewed-by: David Disseldorp <ddiss@suse.de>

      reply	other threads:[~2022-12-09  8:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-09  6:19 [PATCH] fstests: btrfs/080: fix the stray '\' Qu Wenruo
2022-12-09  8:40 ` David Disseldorp [this message]

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=20221209094001.5c5f1bce@echidna.fritz.box \
    --to=ddiss@suse.de \
    --cc=fstests@vger.kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=wqu@suse.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