Skip to content

Commit

Permalink
Fix nasa#1009, Remove extra UT_SetForceFail from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Dec 8, 2020
1 parent f4794fd commit 7c1bd8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsw/cfe-core/unit-test/es_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -3321,7 +3321,6 @@ void TestTask(void)
ES_ResetUnitTest();
memset(&CmdBuf, 0, sizeof(CmdBuf));
UT_SetDefaultReturnValue(UT_KEY(OS_OpenCreate), OS_ERROR);
UT_SetForceFail(UT_KEY(OS_OpenCreate), OS_ERROR);
strncpy((char *) CmdBuf.WriteSysLogCmd.Payload.FileName, "",
sizeof(CmdBuf.WriteSysLogCmd.Payload.FileName));
UT_CallTaskPipe(CFE_ES_TaskPipe, &CmdBuf.Msg, sizeof(CmdBuf.WriteSysLogCmd),
Expand Down

0 comments on commit 7c1bd8f

Please sign in to comment.