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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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());