mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 12:20:09 +01:00
ifcfg-rh: fix testcase format string
From Andrey Borzenkov <arvidjaar@gmail.com>
This commit is contained in:
parent
0a700de047
commit
d403ecc281
1 changed files with 1 additions and 1 deletions
|
|
@ -6435,7 +6435,7 @@ test_write_wifi_open (void)
|
|||
ASSERT (tmp != NULL,
|
||||
"wifi-open-write-reread", "failed to read ESSID key from %s", testfile);
|
||||
|
||||
g_message (tmp);
|
||||
g_message ("%s", tmp);
|
||||
ASSERT (strncmp (tmp, "\"\"", 2) != 0,
|
||||
"wifi-open-write-reread", "unexpected ESSID double-quote in %s", testfile);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue