diff options
author | Alan Somers <asomers@FreeBSD.org> | 2018-03-10 01:50:43 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2018-03-10 01:50:43 +0000 |
commit | 6301d64774c9c58ec727f2386e0f49d0c676305a (patch) | |
tree | ad25909be22ced15168db11e24c1a17b34089664 /libexec/tftpd/tests/functional.c | |
parent | b7da179e961d961c70c64f799a29486e39fbb695 (diff) | |
download | src-6301d64774c9c58ec727f2386e0f49d0c676305a.tar.gz src-6301d64774c9c58ec727f2386e0f49d0c676305a.zip |
Notes
Diffstat (limited to 'libexec/tftpd/tests/functional.c')
-rw-r--r-- | libexec/tftpd/tests/functional.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/tftpd/tests/functional.c b/libexec/tftpd/tests/functional.c index 089765a3908e..fea6870cac59 100644 --- a/libexec/tftpd/tests/functional.c +++ b/libexec/tftpd/tests/functional.c @@ -677,7 +677,6 @@ TFTPD_TC_DEFINE(unknown_opcode,) { /* Looks like an RRQ or WRQ request, but with a bad opcode */ SEND_STR("\0\007foo.txt\0octet\0"); - atf_tc_expect_timeout("PR 226005 tftpd ignores bad opcodes but doesn't reject them"); RECV_ERROR(4, "Illegal TFTP operation"); } |