From ce032e6e14c880dc2ec3e706cf7215b33562fe98 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 18 Dec 2014 18:45:35 +0100 Subject: [PATCH] ifcfg-rh/tests: remove test artifact 'route6-Test_Write_Wired_Static' This left-over file breaks `make distcheck`. Fixes: 1600ed9c6804c097dea96eaeea831224b20d1412 --- src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c index bf3b8952cd..2533c4ae8c 100644 --- a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c +++ b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c @@ -5886,6 +5886,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);