Skip to content

Commit

Permalink
config set: test setting with null & not-defined parent
Browse files Browse the repository at this point in the history
This adds a failing for the case described in #1561
  • Loading branch information
seidtgeist committed Aug 12, 2015
1 parent e8d6f79 commit c6d1413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sharness/t0021-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

Expand Down

0 comments on commit c6d1413

Please sign in to comment.