VirtualBox

Changeset 107342 in vbox for trunk


Ignore:
Timestamp:
Dec 17, 2024 2:39:56 PM (7 weeks ago)
Author:
vboxsync
Message:

ValidationKit/tests/additions/tdAddGuestCtrl.py: Fixed quoting issue from r166171.

File:
1 edited

Legend:

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

    r107197 r107342  
    17521752                asRegEditorArgs       = [ sRegEditorExePath, 'registry', 'write', 'HKLM',
    17531753                                         'SYSTEM\\CurrentControlSet\\Services\\VBoxService', 'ImagePath', 'REG_SZ',
    1754                                          '"' + sImagePath + '"' ];
     1754                                         sImagePath ];
    17551755            # reg.exe is not able to write keys on older Windows versions (NT4, 2k).
    17561756            elif oTestVm.sKind not in ('WindowsNT4', 'Windows2000',):
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