config/tests: remove test artifact after test_config_connectivity_check()

Fixes: 9a58ee0705
This commit is contained in:
Thomas Haller 2017-08-18 21:41:50 +02:00
parent 17f0c19473
commit 804b2c2365

View file

@ -348,6 +348,8 @@ test_config_connectivity_check (void)
g_object_unref (connectivity);
g_object_unref (config);
g_assert (remove (CONFIG_INTERN) == 0);
}
static void