1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-22 22:03:43 +03:00

test-mountpoint-util: fix NULL arg to %s

(cherry picked from commit 1b3502b072a9930af2345879d3ad42854ba3a287)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-06-07 11:20:09 +02:00 committed by Luca Boccassi
parent 4e49c726ad
commit c7b66dbe2a

View File

@ -20,7 +20,7 @@
static void test_mount_propagation_flags_one(const char *name, int ret, unsigned long expected) {
unsigned long flags;
log_info("/* %s(%s) */", __func__, name);
log_info("/* %s(%s) */", __func__, strnull(name));
assert_se(mount_propagation_flags_from_string(name, &flags) == ret);