allow empty_var

This commit is contained in:
Oenning
2017-03-22 13:05:44 +00:00
parent b01826f956
commit a42a65518c
3 changed files with 16 additions and 9 deletions

View File

@ -74,6 +74,8 @@ func TestReadPlainEnv(t *testing.T) {
"OPTION_C": "3",
"OPTION_D": "4",
"OPTION_E": "5",
"OPTION_F": "",
"OPTION_G": "",
}
envMap, err := Read(envFileName)