From: Luca Boccassi Date: Mon, 6 Nov 2023 16:31:50 +0000 (+0000) Subject: test: fix build without SBAT_DISTRO X-Git-Tag: v255-rc2~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93c2d8d5c4f0ab839a883fc63653cdeabbcb1e37;p=thirdparty%2Fsystemd.git test: fix build without SBAT_DISTRO Follow-up for c9bebec872 --- diff --git a/src/test/test-sbat.c b/src/test/test-sbat.c index 0c4310015be..d8546b1ad99 100644 --- a/src/test/test-sbat.c +++ b/src/test/test-sbat.c @@ -17,7 +17,8 @@ TEST(sbat_section_text) { SBAT_BOOT_SECTION_TEXT, SBAT_STUB_SECTION_TEXT #else - "(not defined)" + "(not defined)", + "" #endif ); }