repo.or.cz
/
git-build-vc9.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git]
/
curl
/
tests
/
data
/
test283
blob
922de51e0d5ecfc8e27c181060c8e9ccee98237e
1
<testcase>
2
<info>
3
<keywords>
4
TFTP
5
TFTP RRQ
6
FAILURE
7
</keywords>
8
</info>
9
10
#
11
# Client-side
12
<client>
13
<server>
14
tftp
15
</server>
16
<name>
17
TFTP retrieve on invalid file
18
</name>
19
<command>
20
tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
21
</command>
22
</client>
23
24
#
25
# Verify pseudo protocol after the test has been "shot"
26
<verify>
27
<errorcode>
28
69
29
</errorcode>
30
<protocol>
31
opcode: 1
32
filename: /invalid-file
33
mode: octet
34
</protocol>
35
</verify>
36
</testcase>