mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +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'
|
long_version='--version'
|
||||||
fi
|
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 \
|
run_command \
|
||||||
"${bin_path}/${bin}" "${v}"
|
"${bin_path}/${bin}" "${v}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user