aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/linux/maintainers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/subsystem/linux/maintainers_test.go')
-rw-r--r--pkg/subsystem/linux/maintainers_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/subsystem/linux/maintainers_test.go b/pkg/subsystem/linux/maintainers_test.go
index f69485eae..0a0f5f75a 100644
--- a/pkg/subsystem/linux/maintainers_test.go
+++ b/pkg/subsystem/linux/maintainers_test.go
@@ -89,12 +89,13 @@ func TestRecordToPathRule(t *testing.T) {
`with-subfolders/a`,
`with-subfolders/a/b`,
`dir/only-one`,
+ `dir/only-one/a.c`,
+ `dir/only-one/a/b.c`,
`also-with-subfolders/a.c`,
`also-with-subfolders/b/a.c`,
},
noMatch: []string{
- `dir/only-one/a.c`,
- `dir/only-one/a/b.c`,
+ `dir/only-one-plus-suffix`,
},
},
{