summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-08-18 21:41:50 +0200
committerThomas Haller <thaller@redhat.com>2017-08-18 21:42:22 +0200
commit804b2c23650a9dc25d7d8030f7cb6962afdbd43c (patch)
tree6cfd4276bbbe9187d0ad5ae2f6e0cbb58db16d8d
parent17f0c194731d3866a0105cd2b059708f389301d3 (diff)
config/tests: remove test artifact after test_config_connectivity_check()
-rw-r--r--src/tests/config/test-config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/config/test-config.c b/src/tests/config/test-config.c
index 5bc3304c7f..80e17d0180 100644
--- a/src/tests/config/test-config.c
+++ b/src/tests/config/test-config.c
@@ -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