VirtualBox

Changeset 83639 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2020 7:11:17 AM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: txsClient::syncChMod() in fact is implemented by now.

File:
1 edited

Legend:

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

    r83638 r83639  
    15511551                sFileVBoxServiceGst = "/tmp/VBoxService-txs";
    15521552                oTxsSession.syncUploadFile(sFileVBoxServiceHst, sFileVBoxServiceGst);
    1553                 oTxsSession.syncExec("/bin/chmod", ("/bin/chmod", "755", sFileVBoxServiceGst) ); # syncChMod not implemented yet.
     1553                oTxsSession.syncChMod(sFileVBoxServiceGst, 0o755);
    15541554                reporter.log('Executing VBoxService (in background)...');
    15551555                oTxsSession.syncExec(sFileVBoxServiceGst, (sFileVBoxServiceGst, "-vvvv", "--only-control", \
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