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