Sorry, should be fixed by 330742.
On Fri, Mar 9, 2018 at 11:49 PM, Ilya Bakulin wrote:
> This broke build for at least ARM.
> Fix:
> diff --git a/libexec/tftpd/tests/functional.c b/libexec/tftpd/tests/
> functional.c
> index fea6870cac59..c467dfee3ba0 100644
> --- a/libexec/tftpd/tests/functiona
This broke build for at least ARM.
Fix:
diff --git a/libexec/tftpd/tests/functional.c
b/libexec/tftpd/tests/functional.c
index fea6870cac59..c467dfee3ba0 100644
--- a/libexec/tftpd/tests/functional.c
+++ b/libexec/tftpd/tests/functional.c
@@ -248,10 +248,10 @@ require_bufeq(const char *expected, ss
On Fri, Mar 9, 2018 at 8:52 AM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > Author: asomers
> > Date: Fri Mar 9 15:30:20 2018
> > New Revision: 330696
> > URL: https://svnweb.freebsd.org/changeset/base/330696
> >
> > Log:
> > Add some functional tests for tftpd(8)
> >
> > tf
> Author: asomers
> Date: Fri Mar 9 15:30:20 2018
> New Revision: 330696
> URL: https://svnweb.freebsd.org/changeset/base/330696
>
> Log:
> Add some functional tests for tftpd(8)
>
> tftpd(8) is difficult to test in isolation due to its relationship with
> inetd. Create a test program t
Author: asomers
Date: Fri Mar 9 15:30:20 2018
New Revision: 330696
URL: https://svnweb.freebsd.org/changeset/base/330696
Log:
Add some functional tests for tftpd(8)
tftpd(8) is difficult to test in isolation due to its relationship with
inetd. Create a test program that mimics the behav