Fix handling of config.ctc files

This commit is contained in:
Paweł Chmielowski 2017-02-14 14:34:02 +01:00
parent cad02bb1b0
commit 63da351038
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ end,
TestConfigFile = filename:join([Cwd, "test", "config.ctc"]),
TestConfig = case file:read_file_info(TestConfigFile) of
{ok, _} ->
["-userconfig ct_config_plain ", TestConfigFile, " "];
[" -userconfig ct_config_plain ", TestConfigFile, " "];
_ ->
""
end,