aboutsummaryrefslogtreecommitdiff
path: root/mail/mailagent
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-23 10:23:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-23 10:23:40 +0000
commit2bf276fdb2c293621c510cc1c20e41a7bf75eae0 (patch)
treef5795470e9ab81509ac373e6090d7287c8a092c3 /mail/mailagent
parent79a9a4c52fd7ae646478a9b02cd1ea74cd6c1228 (diff)
downloadports-2bf276fdb2c293621c510cc1c20e41a7bf75eae0.tar.gz
ports-2bf276fdb2c293621c510cc1c20e41a7bf75eae0.zip
Use the test framework
Notes
Notes: svn path=/head/; revision=406964
Diffstat (limited to 'mail/mailagent')
-rw-r--r--mail/mailagent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index 5013fc5105c9..3f9744e800ad 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -48,7 +48,7 @@ post-patch:
misc/news/newsgate)
TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})'
-regression-test: build
+do-test:
@if [ `${ID} -u` = 0 ]; then \
${CHOWN} -R nobody ${WRKSRC}/agent/test; \
su -m nobody -c ${TEST_CMD}; \