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.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/maintainers_test.go b/pkg/subsystem/linux/maintainers_test.go
index 676bbcda1..f69485eae 100644
--- a/pkg/subsystem/linux/maintainers_test.go
+++ b/pkg/subsystem/linux/maintainers_test.go
@@ -188,6 +188,7 @@ func TestLinuxMaintainers(t *testing.T) {
"linux-media@vger.kernel.org",
},
maintainers: []string{"email2@kernel.org"},
+ trees: []string{"git git://linuxtv.org/media_tree.git"},
},
{
name: "RISC-V ARCHITECTURE",
@@ -199,12 +200,14 @@ func TestLinuxMaintainers(t *testing.T) {
"email4@kernel.org",
"email5@kernel.org",
},
+ trees: []string{"git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git"},
},
{
name: "THE REST",
includePatterns: []string{"*", "*/"},
lists: []string{"linux-kernel@vger.kernel.org"},
maintainers: []string{"email6@kernel.org"},
+ trees: []string{"git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"},
},
}
if diff := cmp.Diff(targetResult, result,