diff options
Diffstat (limited to 'testdata/env_set_test.data')
| -rw-r--r-- | testdata/env_set_test.data | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/testdata/env_set_test.data b/testdata/env_set_test.data index 861a817..ec23bbc 100644 --- a/testdata/env_set_test.data +++ b/testdata/env_set_test.data @@ -1,8 +1,5 @@ Test input and output for EnvSet. -<<< withEmptyFile:error -EnvSet: empty file argument - <<< withEmptyKey:error EnvSet: empty key @@ -20,7 +17,14 @@ EnvSet: missing name in key name = awwan +<<< withEmptyFile +[host] +name = awwan +ip_internal = 127.0.0.1 + + <<< withOverwriteValue [host] name = overwrite +ip_internal = 127.0.0.1 |
