aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-08-16 21:31:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-08-16 21:31:06 +0000
commite3a51fa494518b991a2e7900bcafb880779ab250 (patch)
treea64adb8f1d485f29fe5e43f7454f405de67953ab /tests
parent3144ca5ebf79cf864b987f2cb15a8ba9f88c05bd (diff)
downloadmailfromd-e3a51fa494518b991a2e7900bcafb880779ab250.tar.gz
mailfromd-e3a51fa494518b991a2e7900bcafb880779ab250.tar.bz2
Bugfixes.
* mflib/pp-setup (_, N_): If used without arguments, insert _ and N_ verbatim. * README: Update. * tests/Makefile.am (clean-local): Fix rule. * configure.ac: Fix check for res_query. * mfd/engine.c (mailfromd_daemon): Use mailfromd_umask instead of a hardcoded value. * mfd/mailfromd.h (mailfromd_umask): New prototype. * mfd/main.c (mailfromd_umask): New fucntion. * mfd/bi_system.m4 (umask): New built-in function. * gacopyz/gacopyz.c (do_connect): Ensure umask 0117 when binding the socket. * doc/mailfromd.texi: Improve usage of @deffn. (System functions): Document umask. git-svn-id: file:///svnroot/mailfromd/trunk@1659 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6837c07d..fa3f09c5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -113,7 +113,7 @@ atconfig: $(top_builddir)/config.status
clean-local:
test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
- test -f status.mfh && rm status.mfh
+ test ! -f status.mfh || rm status.mfh
check-local: atconfig atlocal $(TESTSUITE) status.mfh
$(SHELL) $(TESTSUITE)

Return to:

Send suggestions and report system problems to the System administrator.