VirtualBox

Changeset 39835 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 23, 2012 12:50:30 PM (13 years ago)
Author:
vboxsync
Message:

tstRTProcCreateEx: Fixed return value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp

    r38636 r39835  
    157157    /* Test for invalid application. */
    158158    RTTESTI_CHECK_RC_RETV(RTProcCreateEx("non-existing-app", apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, NULL,
    159                                          NULL, NULL, NULL, NULL, &hProc), VERR_PATH_NOT_FOUND);
     159                                         NULL, NULL, NULL, NULL, &hProc), VERR_FILE_NOT_FOUND);
    160160    /* Test a (hopefully) valid user/password logon (given by parameters of this function). */
    161161    RTTESTI_CHECK_RC_RETV(RTProcCreateEx(g_szExecName, apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, NULL,
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