mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 17:40:08 +01:00
ifcfg-rh/tests: fix test_write_unknown() after change svGetValue() for invalid values
Fixes:daaa741a3d(cherry picked from commit43c3501f97)
This commit is contained in:
parent
d21b21eba1
commit
20ef91879c
1 changed files with 1 additions and 1 deletions
|
|
@ -9053,7 +9053,7 @@ test_write_unknown (gconstpointer test_data)
|
|||
|
||||
if (g_str_has_suffix (testfile, "ifcfg-test-write-unknown-4")) {
|
||||
_svGetValue_check (sv, "NAME", "l4x");
|
||||
_svGetValue_check (sv, "NAME2", NULL);
|
||||
_svGetValue_check (sv, "NAME2", "");
|
||||
_svGetValue_check (sv, "NAME3", "name3-value");
|
||||
|
||||
svSetValue (sv, "NAME", "set-by-test1");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue