Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-12-26 23:35:17 +0100
committerArthur de Jong <arthur@arthurdejong.org>2007-12-26 23:35:17 +0100
commit1998c5cfbdab8131dc84ec9f99ae27663afa3089 (patch)
treea1bdc3d13fb927a419c507f6ed2d8ca6b518d506 /tests
parentaed5cde9c90924fc3cf938c2002221ca550649bf (diff)
remove temporary file to make distcheck succeed
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@538 ef36b2f9-881f-0410-afb5-c4e39611909c
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... */