aboutsummaryrefslogtreecommitdiffstats
path: root/prog/rotation_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/rotation_test.go')
-rw-r--r--prog/rotation_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/rotation_test.go b/prog/rotation_test.go
index 43026d16e..333b66c75 100644
--- a/prog/rotation_test.go
+++ b/prog/rotation_test.go
@@ -59,7 +59,7 @@ func TestRotationCoverage(t *testing.T) {
calls := make(map[*Syscall]bool)
counters := make(map[string]int)
for _, call := range target.Syscalls {
- if call.Attrs.Disabled {
+ if call.Attrs.Disabled || call.Attrs.Automatic {
continue
}
calls[call] = true