- Timestamp:
- Feb 11, 2020 1:14:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r82968 r83047 265 265 266 266 # Test if already mounted. 267 sTestFile = os.path.join(sMountPoint + os.path.sep, sShare+ '-new.txt');267 sTestFile = os.path.join(sMountPoint + os.path.sep, os.path.basename(sShare) + '-new.txt'); 268 268 if os.path.isfile(sTestFile): 269 269 return True;
Note:
See TracChangeset
for help on using the changeset viewer.