9eb96e77a1
Prior to this change, this test was failing for me on a new windows machine, with mismatching drive letters: helpers_test.go:20: (C:/Users/Foo Bar/cli/altsrc/flag_test.go:195) Expected C:\path\to\source\hello (type string) - Got D:\path\to\source\hello (type string) Rather than hard-coding the drive letter in the expected path, we can expect the filepath.Abs'ed version. This should fix part of #1105. |
||
---|---|---|
.. | ||
default_input_source.go | ||
flag_generated.go | ||
flag_test.go | ||
flag.go | ||
helpers_test.go | ||
input_source_context.go | ||
json_command_test.go | ||
json_source_context.go | ||
map_input_source_test.go | ||
map_input_source.go | ||
toml_command_test.go | ||
toml_file_loader.go | ||
yaml_command_test.go | ||
yaml_file_loader.go |