@samitouri / QOSAMI-WSL / commits / a9ee9dbc

fix: use correct GetAddrInfoTestEntry handler for get_addr_info test (#40225)

The get_addr_info test entry was incorrectly mapped to GetSetIdTestEntry instead of GetAddrInfoTestEntry, causing the wrong test handler to run. Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Ben Hillis committed Apr 17, 2026 at 18:50 UTC a9ee9dbcf47a9dbc5b5261fa7aebd121eac97b32
1 file changed +1 -1
test/linux/unit_tests/unittests.c
+1 -1
@@ -33,7 +33,7 @@ static const LXT_TEST LxtTests[] = {
33 {"fscommon", false, FsCommonTestEntry},
34 {"fstab", false, FstabTestEntry},
35 {"get_set_id", false, GetSetIdTestEntry},
36 - {"get_addr_info", false, GetSetIdTestEntry},
36 + {"get_addr_info", false, GetAddrInfoTestEntry},
37 {"get_time", false, GetTimeTestEntry},
38 {"inotify", false, InotifyTestEntry},
39 {"interop", false, InteropTestEntry},