Skip to content

Commit

Permalink
tests: fix check_event_names test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Nov 8, 2024
1 parent 33737b3 commit c6be928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/libscap/test_suites/userspace/event_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ TEST(event_table, check_event_names) {
continue;
}

if(info.flags & EF_NEW_VERSION) {
continue;
}

event_names_count[info.name]++;
}

Expand Down

0 comments on commit c6be928

Please sign in to comment.