diff --git a/test/test.py b/test/test.py
index 3702543bc9758c1ac8a7aeea162d0b39c13ff8db..b7c99f00fa94130f7b906381c5b4b4c4d1cdbfac 100755
--- a/test/test.py
+++ b/test/test.py
@@ -378,7 +378,7 @@ class Test:
         shell = Shell(self.shell_exec)
 
         # Test file creation and correct content
-        cmd = Cmd(['echo', '-e', '"First line\\nSecond line\\nThird line"'])
+        cmd = Cmd(['echo', '-e', 'First line\\nSecond line\\nThird line'])
         def run_cmd():
             cmd_shell = cmd + ['>', out_file]
             shell.exec_command(cmd_shell, timeout=1)