Skip to content

Commit

Permalink
fix(tests): use new libsinsp_e2e comm
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Feb 7, 2024
1 parent 991bacb commit f9fdb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsinsp_e2e/sys_call_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ TEST_F(sys_call_test32, execve_ia32_emulation)
switch (callnum)
{
case 1:
EXPECT_EQ(tinfo->m_comm, "tests");
EXPECT_EQ(tinfo->m_comm, "libsinsp_e2e_te");
break;
case 3:
EXPECT_EQ(tinfo->m_comm, "sh");
Expand Down

0 comments on commit f9fdb62

Please sign in to comment.