Skip to content

Commit

Permalink
ssl-tests-nss-client.sh: make check for listsuites silent
Browse files Browse the repository at this point in the history
  • Loading branch information
zzambers committed Aug 21, 2023
1 parent 54dc1c9 commit 7b28f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-nss-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -eu
rm -rf build

if ! type listsuites \
if ! type listsuites > /dev/null 2>&1 \
&& ! [ -e "/usr/lib64/nss/unsupported-tools/listsuites" ] \
&& ! [ -e "/usr/lib/nss/unsupported-tools/listsuites" ] ; then
# if system does not contain nss listsuites utility, build it
Expand Down

0 comments on commit 7b28f5c

Please sign in to comment.