VirtualBox

Changeset 99129 in vbox for trunk


Ignore:
Timestamp:
Mar 23, 2023 8:44:26 AM (19 months ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Adjusted API calls + added testcases for setting the current working directory [build fix]. bugref:8053

File:
1 edited

Legend:

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

    r99128 r99129  
    30613061        sShellOpt       = '/C' if oTestVm.isWindows() or oTestVm.isOS2() else '-c';
    30623062        sSystemDir      = self.oTstDrv.getGuestSystemDir(oTestVm);
    3063         sTempDir        = self oTstDrv.getGuestTempDir(oTestVm);
     3063        sTempDir        = self.oTstDrv.getGuestTempDir(oTestVm);
    30643064        sFileForReading = self.oTstDrv.getGuestSystemFileForReading(oTestVm);
    30653065        if oTestVm.isWindows() or oTestVm.isOS2():
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