- Timestamp:
- Mar 23, 2023 8:44:26 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r99128 r99129 3061 3061 sShellOpt = '/C' if oTestVm.isWindows() or oTestVm.isOS2() else '-c'; 3062 3062 sSystemDir = self.oTstDrv.getGuestSystemDir(oTestVm); 3063 sTempDir = self oTstDrv.getGuestTempDir(oTestVm);3063 sTempDir = self.oTstDrv.getGuestTempDir(oTestVm); 3064 3064 sFileForReading = self.oTstDrv.getGuestSystemFileForReading(oTestVm); 3065 3065 if oTestVm.isWindows() or oTestVm.isOS2():
Note:
See TracChangeset
for help on using the changeset viewer.

