mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
based on Tor Arntsen's fix, this should correct test case 271 to again run
fine
This commit is contained in:
parent
3752b3aead
commit
4a8dfb3461
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user