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:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user