From 1998c5cfbdab8131dc84ec9f99ae27663afa3089 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 26 Dec 2007 22:35:17 +0000 Subject: 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 --- tests/test_cfg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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... */ -- cgit v1.2.3