From: Yong Sun <yosun@suse.com>
To: fstests@vger.kernel.org
Cc: yosun@suse.com
Subject: [PATCH] generic/270: replace pidwait to wait
Date: Fri, 31 Oct 2025 17:27:29 +0800 [thread overview]
Message-ID: <20251031092729.73144-1-yosun@suse.com> (raw)
Some system without command pidwait run generic/270 will fail with
"pidwait: command not found". Replace pidwait to wait could solve it.
Signed-off-by: Yong Sun <yosun@suse.com>
---
tests/generic/270 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/generic/270 b/tests/generic/270
index ce515920..c3d5127a 100755
--- a/tests/generic/270
+++ b/tests/generic/270
@@ -51,7 +51,7 @@ _workout()
done
_pkill -PIPE -f fsstress
- pidwait $_FSSTRESS_PID
+ wait $_FSSTRESS_PID
return 0
}
--
2.51.0
next reply other threads:[~2025-10-31 9:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 9:27 Yong Sun [this message]
2025-10-31 15:29 ` [PATCH] generic/270: replace pidwait to wait Darrick J. Wong
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=20251031092729.73144-1-yosun@suse.com \
--to=yosun@suse.com \
--cc=fstests@vger.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