based on Tor Arntsen's fix, this should correct test case 271 to again run

fine
This commit is contained in:
Daniel Stenberg 2006-05-24 15:22:03 +00:00
parent 3752b3aead
commit 4a8dfb3461
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ tftp
TFTP retrieve
</name>
<command>
tftp://%HOSTIP:%TFTPPORT/271 --trace-ascii log/traceit
tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
</command>
</client>

View File

@ -647,7 +647,7 @@ static int validate_access(struct testcase *test,
logmsg("trying to get file: %s mode %x", filename, mode);
if(!strncmp("/verifiedserver", filename, 15)) {
if(!strncmp("verifiedserver", filename, 15)) {
char weare[128];
size_t count = sprintf(weare, "WE ROOLZ: %d\r\n", (int)getpid());