mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:45:07 -05:00
test: don't override user settings with default values
This fixes commit 671daf06b8.
This commit is contained in:
@@ -78,7 +78,7 @@ default_client_max_min_out_interval=inf
|
||||
# Initialize test settings from their defaults
|
||||
for defoptname in ${!default_*}; do
|
||||
optname=${defoptname#default_}
|
||||
declare "$optname"="${!defoptname}"
|
||||
[ -z "${!optname}" ] && declare "$optname"="${!defoptname}"
|
||||
done
|
||||
|
||||
test_start() {
|
||||
|
||||
Reference in New Issue
Block a user