From: "Zhijian Li (Fujitsu)" <lizhijian@fujitsu.com>
To: "nvdimm@lists.linux.dev" <nvdimm@lists.linux.dev>
Cc: "linux-cxl@vger.kernel.org" <linux-cxl@vger.kernel.org>
Subject: Re: [ndctl PATCH] test/security.sh: add missing jq requirement check
Date: Mon, 14 Oct 2024 06:56:12 +0000 [thread overview]
Message-ID: <254daa12-810b-4b2c-a927-0d12094ecc4d@fujitsu.com> (raw)
In-Reply-To: <20241014064951.1221095-1-lizhijian@fujitsu.com>
On 14/10/2024 14:49, Li Zhijian wrote:
> Add jd requirement check explicitly like others so that the test can
> be skipped when no jd is installed.
Fix a typo
s/jd/jq
>
> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
> ---
> test/security.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/test/security.sh b/test/security.sh
> index f954aec3e25a..d3a840c23276 100755
> --- a/test/security.sh
> +++ b/test/security.sh
> @@ -220,6 +220,7 @@ else
> fi
>
> check_prereq "keyctl"
> +check_prereq "jq"
>
> uid="$(keyctl show | grep -Eo "_uid.[0-9]+" | head -1 | cut -d. -f2-)"
> if [ "$uid" -ne 0 ]; then
next prev parent reply other threads:[~2024-10-14 6:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 6:49 [ndctl PATCH] test/security.sh: add missing jq requirement check Li Zhijian
2024-10-14 6:56 ` Zhijian Li (Fujitsu) [this message]
2024-10-15 15:03 ` Alison Schofield
2025-02-09 1:23 ` Alison Schofield
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=254daa12-810b-4b2c-a927-0d12094ecc4d@fujitsu.com \
--to=lizhijian@fujitsu.com \
--cc=linux-cxl@vger.kernel.org \
--cc=nvdimm@lists.linux.dev \
/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