Add a comment to configuration file test
This commit is contained in:
parent
52cb639511
commit
9cb06f8323
|
@ -109,6 +109,7 @@ mod tests {
|
||||||
let mut conf = Conf::get_default_conf();
|
let mut conf = Conf::get_default_conf();
|
||||||
let tf = write_conf_to_temp_file(r#"
|
let tf = write_conf_to_temp_file(r#"
|
||||||
job_dir = /val=ue
|
job_dir = /val=ue
|
||||||
|
# this line is ignored, and the white space on the next lien is intentional
|
||||||
output_dir=/var/lib/output
|
output_dir=/var/lib/output
|
||||||
check_interval=3600
|
check_interval=3600
|
||||||
driver_url = https://example.test:6666
|
driver_url = https://example.test:6666
|
||||||
|
|
Loading…
Reference in New Issue