Linux XFS filesystem development
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: zlang@kernel.org
Cc: linux-xfs@vger.kernel.org
Subject: [PATCH] xfs/841: fix the fsstress invocation
Date: Mon, 26 Jan 2026 14:08:16 +0100	[thread overview]
Message-ID: <20260126130816.11494-1-hch@lst.de> (raw)

xfs/841 fails for me with:

+/root/xfstests-dev/tests/xfs/841: line 79: -f: command not found

Looks like the recent edits missed a \ escape.  Fix that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/xfs/841 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/xfs/841 b/tests/xfs/841
index b4bf538f1526..ee2368d4a746 100755
--- a/tests/xfs/841
+++ b/tests/xfs/841
@@ -64,7 +64,7 @@ _create_proto_dir()
 	rm -rf "$PROTO_DIR"
 	mkdir -p "$PROTO_DIR"
 
-	FSSTRESS_ARGS=`_scale_fsstress_args -d $PROTO_DIR -s 1 -n 2000 -p 2 -z
+	FSSTRESS_ARGS=`_scale_fsstress_args -d $PROTO_DIR -s 1 -n 2000 -p 2 -z \
 		-f creat=15 \
 		-f mkdir=8 \
 		-f write=15 \
-- 
2.47.3


             reply	other threads:[~2026-01-26 13:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 13:08 Christoph Hellwig [this message]
2026-01-26 19:44 ` [PATCH] xfs/841: fix the fsstress invocation Darrick J. Wong
2026-01-29  8:27   ` 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=20260126130816.11494-1-hch@lst.de \
    --to=hch@lst.de \
    --cc=linux-xfs@vger.kernel.org \
    --cc=zlang@kernel.org \
    /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