Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_cfg.c b/tests/test_cfg.c
index bbcecbc..592ce50 100644
--- a/tests/test_cfg.c
+++ b/tests/test_cfg.c
@@ -210,6 +210,8 @@ static void test_read(void)
assert(cfg.ldc_uris[3]==NULL);
assertstreq(cfg.ldc_base,"dc=test, dc=tld");
assertstreq(passwd_base,"ou=Some People,dc=test,dc=tld");
+ /* remove temporary file */
+ remove("temp.cfg");
}
/* the main program... */