Commit e9bda4cd authored by Federico Vaga's avatar Federico Vaga

wrtd:ut:out: do not check errno, not yet used

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 362440bf
......@@ -267,7 +267,6 @@ static void test_trigger_unassign_one(CuTest *tc, struct wrtd_node *wrtd,
ret = wrtd_out_trig_state_get_by_handle(wrtd, &trig.handle, &trig);
CuAssertIntEquals_Msg(tc, msg, -1, ret);
CuAssertIntEquals(tc, errno, EWRTD_NOFOUND_TRIGGER);
CuAssertIntEquals(tc, 0, wrtd_out_has_trigger(wrtd, chan, id, &assigned));
CuAssertIntEquals(tc, 0, assigned);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment