ifcfg-rh/tests: remove test artifact 'route6-Test_Write_Wired_Static'

This left-over file breaks `make distcheck`.

Fixes: 1600ed9c68
(cherry picked from commit ce032e6e14)
This commit is contained in:
Thomas Haller 2014-12-18 18:45:35 +01:00 committed by Dan Williams
parent b4ea599c39
commit f791750cd8

View file

@ -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);