VirtualBox

Ignore:
Timestamp:
Apr 20, 2020 5:17:22 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Additions: Use syncMkDirPath() instead of syncMkDir() here, take #2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r83866 r83867  
    358358
    359359            if fNeedsProxy:
    360                 fRc = oTxsSession.asyncMkDirPath("/etc/apt/apt.conf.d/", 0o755);
     360                fRc = oTxsSession.syncMkDirPath("/etc/apt/apt.conf.d/", 0o755);
    361361                if fRc:
    362362                    fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n'
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