Skip to content
Snippets Groups Projects
Commit 4a8dfb34 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

fine
parent 3752b3ae
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment