Skip to content

Commit c6be928

Browse files
committed
tests: fix check_event_names test
Signed-off-by: Andrea Terzolo <[email protected]>
1 parent 33737b3 commit c6be928

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/libscap/test_suites/userspace/event_table.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ TEST(event_table, check_event_names) {
137137
continue;
138138
}
139139

140+
if(info.flags & EF_NEW_VERSION) {
141+
continue;
142+
}
143+
140144
event_names_count[info.name]++;
141145
}
142146

0 commit comments

Comments
 (0)