Index: /trunk/src/VBox/ValidationKit/testmanager/core/restdispatcher.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/core/restdispatcher.py	(revision 84605)
+++ /trunk/src/VBox/ValidationKit/testmanager/core/restdispatcher.py	(revision 84606)
@@ -446,3 +446,2 @@
         return self._dispatchRequestCommon();
 
-
Index: /trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py	(revision 84605)
+++ /trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py	(revision 84606)
@@ -2964,8 +2964,8 @@
                 or oTestVm.isOS2():
                     sCmd   = sShell;
-                    asArgs = [ sShell, sShellOpt, "echo", sFileName, "--end-marker" ]
+                    asArgs = [ sShell, sShellOpt, "echo", sFileName, "--end-marker" ];
                 else:
                     sCmd   = oTestVm.pathJoin(self.oTstDrv.getGuestSystemDir(oTestVm), 'echo');
-                    asArgs = [ sCmd, sFileName, "--end-marker" ]
+                    asArgs = [ sCmd, sFileName, "--end-marker" ];
                 ## @todo Check limits; on Ubuntu with 256KB IPRT returns VERR_NOT_IMPLEMENTED.
                 atExec.append([ tdTestExec(sCmd, asArgs,
