Skip to content

Commit

Permalink
fix(test): fixed execveat new test.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Oct 13, 2023
1 parent 1a7e842 commit 7f02c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/drivers/test_suites/syscall_exit_suite/execveat_x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ TEST(SyscallExit, execveatX_success_memfd)

evt_test->disable_capture();

#if __s390x__
#if defined(__s390x__) || defined(__riscv)
/* We search for a child event. */
evt_test->assert_event_presence(ret_pid);

Expand Down

0 comments on commit 7f02c30

Please sign in to comment.