Skip to content

Commit

Permalink
fix(tests/drivers): correct build break on s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Brueckner <[email protected]>
  • Loading branch information
hbrueckner authored and poiana committed Jun 13, 2023
1 parent 0ee28b2 commit 9bc4a5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/drivers/test_suites/syscall_exit_suite/execveat_x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ TEST(SyscallExit, execveatX_correct_exit)

/*=============================== ASSERT PARAMETERS ===========================*/

const char *comm = "echo";

/* Please note here we cannot assert all the params, we check only the possible ones. */

/* Parameter 1: res (type: PT_ERRNO)*/
Expand Down

0 comments on commit 9bc4a5b

Please sign in to comment.