diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-23 10:23:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-23 10:23:40 +0000 |
commit | 2bf276fdb2c293621c510cc1c20e41a7bf75eae0 (patch) | |
tree | f5795470e9ab81509ac373e6090d7287c8a092c3 /mail/mailagent | |
parent | 79a9a4c52fd7ae646478a9b02cd1ea74cd6c1228 (diff) | |
download | ports-2bf276fdb2c293621c510cc1c20e41a7bf75eae0.tar.gz ports-2bf276fdb2c293621c510cc1c20e41a7bf75eae0.zip |
Notes
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 2 |
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}; \ |