VirtualBox

Changeset 83047 in vbox for trunk


Ignore:
Timestamp:
Feb 11, 2020 1:14:19 PM (5 years ago)
Author:
vboxsync
Message:

testboxscript: Fixed for sharenames specifying subdirectories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r82968 r83047  
    265265
    266266        # 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');
    268268        if os.path.isfile(sTestFile):
    269269            return True;
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