2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1574] fix version_test if --version isn't tested

This commit is contained in:
Andrei Pavel
2020-12-11 21:07:07 +02:00
parent 138332bc0c
commit 1e08584ebf

View File

@@ -808,7 +808,9 @@ version_test() {
long_version='--version'
fi
for v in -v "${long_version}"; do
# Keep ${long_version} unquoted so that it is not included as an empty
# string if not given as argument.
for v in -v ${long_version}; do
run_command \
"${bin_path}/${bin}" "${v}"