mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 11:40:08 +01:00
ifcfg-rh/tests: remove test artifact 'route6-Test_Write_Wired_Static'
This left-over file breaks `make distcheck`. Fixes:1600ed9c68(cherry picked from commitce032e6e14)
This commit is contained in:
parent
b4ea599c39
commit
f791750cd8
1 changed files with 3 additions and 0 deletions
|
|
@ -5960,6 +5960,9 @@ test_write_wired_static (void)
|
|||
ASSERT (nm_connection_compare (connection, reread, NM_SETTING_COMPARE_FLAG_EXACT) == TRUE,
|
||||
"wired-static-write", "written and re-read connection weren't the same.");
|
||||
|
||||
route6file = utils_get_route6_path (testfile);
|
||||
unlink (route6file);
|
||||
|
||||
g_free (testfile);
|
||||
g_free (route6file);
|
||||
g_object_unref (connection);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue