Changeset 57869 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Sep 23, 2015 1:53:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp
r57843 r57869 90 90 91 91 int cErrors = 0; 92 char szValue[_1 K];92 char szValue[_16K]; 93 93 94 94 /* … … 166 166 } 167 167 168 #if 0168 #if 1 169 169 /* For manual testing. */ 170 170 if (strcmp(argv[2],"noinherit-change-record") == 0) … … 178 178 { 179 179 char szVarNm[_1K]; 180 char szValue[_16K];181 180 rc = RTEnvGetByIndexEx(hEnv, i, szVarNm, sizeof(szVarNm), szValue, sizeof(szValue)); 182 181 if (RT_SUCCESS(rc)) … … 707 706 if (pszAsUser) 708 707 tstRTCreateProcEx5(pszAsUser, pszPassword); 709 #ifdef RT_OS_WINDOWS710 708 tstRTCreateProcEx6(pszAsUser, pszPassword); 711 #endif712 709 713 710 /** @todo Cover files, ++ */
Note:
See TracChangeset
for help on using the changeset viewer.