test: fix build without SBAT_DISTRO

Follow-up for c9bebec872
This commit is contained in:
Luca Boccassi
2023-11-06 16:31:50 +00:00
committed by Luca Boccassi
parent 351072ed71
commit 93c2d8d5c4

View File

@@ -17,7 +17,8 @@ TEST(sbat_section_text) {
SBAT_BOOT_SECTION_TEXT,
SBAT_STUB_SECTION_TEXT
#else
"(not defined)"
"(not defined)",
""
#endif
);
}