]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
based on Tor Arntsen's fix, this should correct test case 271 to again run
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 May 2006 15:22:03 +0000 (15:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 May 2006 15:22:03 +0000 (15:22 +0000)
fine

tests/data/test271
tests/server/tftpd.c

index d083484232044ba6a62396087beabef08cf04907..d650f9a31ade0bf5ac006d973d477c4454dd3262 100644 (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>
 
index 5198273931a49201a6c8b7f07d5c25f982900b71..26e0c4044766280b64d9bf309b09ec1e41d4bc53 100644 (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());