Changeset 100975 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Aug 25, 2023 2:44:35 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r100662 r100975 5173 5173 sScratchHstInvalid = None; 5174 5174 5175 sScratchDotDotDirGst = oTestVm.pathJoin( self.oTstDrv.getGuestTempDir(oTestVm), '..');5175 sScratchDotDotDirGst = oTestVm.pathJoin(oEmptyDirGst.sPath, '..'); 5176 5176 5177 5177 if os.path.exists(sScratchHst):
Note:
See TracChangeset
for help on using the changeset viewer.