Changeset 95042 in vbox
- Timestamp:
- May 19, 2022 11:10:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r95021 r95042 981 981 fModeExe = 0; 982 982 fModeDeps = 0; 983 if not oTestVm.isWindows(): ## @todo NT4 does not like the chmod. Investigate this! 983 if not oTestVm \ 984 or (oTestVm and not oTestVm.isWindows()): ## @todo NT4 does not like the chmod. Investigate this! 984 985 fModeExe = 0o755; 985 986 fModeDeps = 0o644;
Note:
See TracChangeset
for help on using the changeset viewer.