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:
parent
4e49c726ad
commit
c7b66dbe2a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user