The MAINTAINERS update for moving tests into target-specific folders missed one file. Correct that.
Fixes: e1a8572a8d (tests/functional: Move riscv32/riscv64 tests into target-specific folders, 2025-08-19) Cc: Alistair Francis <[email protected]> Cc: Palmer Dabbelt <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 00a24612b7..6268ee1d73 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1773,7 +1773,7 @@ S: Supported F: docs/system/riscv/sifive_u.rst F: hw/*/*sifive*.c F: include/hw/*/*sifive*.h -F: tests/functional/test_riscv64_sifive_u.py +F: tests/functional/riscv64/test_sifive_u.py AMD Microblaze-V Generic Board M: Sai Pavan Boddu <[email protected]> -- 2.54.0
