Scenario:
- Open the Workflow Designer.
- Add elements "Read File URL(s)" and "Write Plain Text".
- Set "human_T1.fa" as the input file.
- Add "Element with CMD" _common_data/scenarios/_regression/4295/test_4295.etc, with 2 ports ($in, $out) and command "echo $in > $out"
- Connect elements "Read File URL(s)" > "Element with CMD" > "Write Plain Text".
- Configure the /test_4295.etc input port.
- Run the workflow.
Expected result: There are no errors.
Current result: There is an unexpected error:Can't run an executable file "echoD:/ugene/ugene/data/samples/FASTA/human_T1.fa" as it is.
There is no space character between "echo" and file name.
Affected test:
GUITest_regression_scenarios_test_4295