diff options
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}; \ |