Changeset f05f413 in mainline for uspace/lib/ddev/test/ddev.c


Ignore:
Timestamp:
2021-11-04T16:25:46Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bad765a
Parents:
1aa8c86
Message:

Fix unit test

It seems the error code from the server side actually does go through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ddev/test/ddev.c

    r1aa8c86 rf05f413  
    122122        resp.rc = ENOMEM;
    123123        rc = ddev_get_gc(ddev, &gc);
    124         /* async_connect_me_to() does not return specific error */
    125         PCUT_ASSERT_ERRNO_VAL(EIO, rc);
     124        PCUT_ASSERT_ERRNO_VAL(ENOMEM, rc);
    126125        PCUT_ASSERT_NULL(gc);
    127126
Note: See TracChangeset for help on using the changeset viewer.