Changeset 66802 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 5, 2017 7:23:46 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r66801 r66802 260 260 261 261 # Test if already mounted. 262 sTestFile = os.path.join(sMountPoint + os.path.sep, sShare + ' .txt');262 sTestFile = os.path.join(sMountPoint + os.path.sep, sShare + '-new.txt'); 263 263 if os.path.isfile(sTestFile): 264 264 return True;
Note:
See TracChangeset
for help on using the changeset viewer.