Commit afbdedb4 authored by Stephan Seidt's avatar Stephan Seidt Committed by rht

config set: test setting with null & not-defined parent

This adds a failing for the case described in #1561

License: MIT
Signed-off-by: default avatarStephan Seidt <evilhackerdude@gmail.com>
parent 978c9fa1
......@@ -57,6 +57,9 @@ test_config_cmd() {
test_config_cmd_set "--json" "beep3" "true"
test_config_cmd_set "--json" "beep3" "false"
test_config_cmd_set "--json" "Discovery" "$CONFIG_SET_JSON_TEST"
test_config_cmd_set "--json" "deep-not-defined.prop" "true"
test_config_cmd_set "--json" "deep-null" "null"
test_config_cmd_set "--json" "deep-null.prop" "true"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment