]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix build without SBAT_DISTRO
authorLuca Boccassi <bluca@debian.org>
Mon, 6 Nov 2023 16:31:50 +0000 (16:31 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 Nov 2023 19:05:47 +0000 (19:05 +0000)
Follow-up for c9bebec872

src/test/test-sbat.c

index 0c4310015be7311f534860de31eeeb649bde7064..d8546b1ad99bd56499c40513992a32f59ec951eb 100644 (file)
@@ -17,7 +17,8 @@ TEST(sbat_section_text) {
                  SBAT_BOOT_SECTION_TEXT,
                  SBAT_STUB_SECTION_TEXT
 #else
-                 "(not defined)"
+                 "(not defined)",
+                 ""
 #endif
         );
 }