From 8f8df8bf7b86c48bd007360eea3a1fbf6dbdf3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Thu, 29 Jul 2021 19:22:57 +0200 Subject: [PATCH] Test with printf instead --- tests/config/executable_dictionary.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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