Skip to content

Commit

Permalink
Fix broken test script
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Jun 13, 2024
1 parent ac5cf7c commit 4f56076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/httpd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_dependencies()
elif [ "$FEDORA_VERSION" -eq 39 ]; then
releasever="--releasever=40"
fi
dnf install -y "$releasever" --skip-broken \
dnf install -y ${releasever} --skip-broken \
meson \
p11-kit httpd mod_ssl openssl-devel gnutls-utils nss-tools \
p11-kit-devel p11-kit-server opensc softhsm-devel procps-ng \
Expand Down

0 comments on commit 4f56076

Please sign in to comment.