Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCH] xfs/841: fix the fsstress invocation
@ 2026-01-26 13:08 Christoph Hellwig
  2026-01-26 19:44 ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2026-01-26 13:08 UTC (permalink / raw)
  To: zlang; +Cc: linux-xfs

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


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

end of thread, other threads:[~2026-01-29  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26 13:08 [PATCH] xfs/841: fix the fsstress invocation Christoph Hellwig
2026-01-26 19:44 ` Darrick J. Wong
2026-01-29  8:27   ` Zorro Lang

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