use quoting to avoid issues with blanks and special characters
This commit is contained in:
@ -46,8 +46,8 @@ protected:
|
|||||||
LAMMPSTest::SetUp();
|
LAMMPSTest::SetUp();
|
||||||
if (info->has_style("atom", "full")) {
|
if (info->has_style("atom", "full")) {
|
||||||
BEGIN_HIDE_OUTPUT();
|
BEGIN_HIDE_OUTPUT();
|
||||||
command("variable input_dir index " STRINGIFY(TEST_INPUT_FOLDER));
|
command("variable input_dir index \"" STRINGIFY(TEST_INPUT_FOLDER) "\"");
|
||||||
command("include ${input_dir}/in.fourmol");
|
command("include \"${input_dir}/in.fourmol\"");
|
||||||
END_HIDE_OUTPUT();
|
END_HIDE_OUTPUT();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user