diff --git a/tests/config/executable_dictionary.xml b/tests/config/executable_dictionary.xml index be3b8be67ef..6089f57a3d7 100644 --- a/tests/config/executable_dictionary.xml +++ b/tests/config/executable_dictionary.xml @@ -123,7 +123,7 @@ - echo -e "1\tValue" + printf "1\tValue\n" TabSeparated false @@ -197,7 +197,7 @@ - echo -e "1\tFirstKey\tValue" + printf "1\tFirstKey\tValue\n" TabSeparated false