VirtualBox

Ignore:
Timestamp:
May 29, 2020 9:22:08 AM (5 years ago)
Author:
vboxsync
Message:

tdAddGuestCtrl.py fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84602 r84605  
    29642964                or oTestVm.isOS2():
    29652965                    sCmd   = sShell;
    2966                     asArgs = [ sShell, sShellOpt, "echo", sFileName, "--end-marker" ],
     2966                    asArgs = [ sShell, sShellOpt, "echo", sFileName, "--end-marker" ]
    29672967                else:
    29682968                    sCmd   = oTestVm.pathJoin(self.oTstDrv.getGuestSystemDir(oTestVm), 'echo');
    2969                     asArgs = [ sCmd, sFileName, "--end-marker" ],
     2969                    asArgs = [ sCmd, sFileName, "--end-marker" ]
    29702970                ## @todo Check limits; on Ubuntu with 256KB IPRT returns VERR_NOT_IMPLEMENTED.
    29712971                atExec.append([ tdTestExec(sCmd, asArgs,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette