- Timestamp:
- Jan 18, 2024 10:19:54 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r102945 r102946 3181 3181 atExec = []; 3182 3182 if oTestVm.isWindows() or oTestVm.isOS2(): 3183 if oTestVm.sKind is'WindowsNT4':3183 if oTestVm.sKind == 'WindowsNT4': 3184 3184 # For whatever reason NT4 SP6 (tst-nt4sp6) returns exit code 2 for existing *and* non-existing files. 3185 3185 # I've manually checked that on the VM itself, so this is *not* a bug in the Guest Control code.
Note:
See TracChangeset
for help on using the changeset viewer.