diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/DISABLED | 2 | ||||
-rw-r--r-- | tests/data/test1099 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 16af58335..fb3ae0ec9 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -3,4 +3,4 @@ # test cases are run by runtests.pl. Just add the plain test case numbers, one # per line. # Lines starting with '#' letters are treated as comments. -1099 + diff --git a/tests/data/test1099 b/tests/data/test1099 index 5c80ac5d0..f81e6017b 100644 --- a/tests/data/test1099 +++ b/tests/data/test1099 @@ -8,7 +8,7 @@ FAILURE </info> <reply> -<data> +<data nocheck="yes"> data for 1099 </data> </reply> @@ -30,9 +30,6 @@ tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace- # # Verify pseudo protocol after the test has been "shot" <verify> -<errorcode> -69 -</errorcode> <protocol> opcode: 1 filename: an/invalid-file @@ -41,5 +38,8 @@ opcode: 1 filename: /1099 mode: octet </protocol> +<stdout mode="text"> +data for 1099 +</stdout> </verify> </testcase> |