diff options
author | Yang Tse <yangsita@gmail.com> | 2007-04-13 11:35:19 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-04-13 11:35:19 +0000 |
commit | 8d2a0fe85baecdf5e3dbe3a03a509972908e44c1 (patch) | |
tree | d94709e4176327573b1efb809b11e9813a2c1a69 /tests/data/test534 | |
parent | b039d883e54b5cf10935f0195b19512460f368dc (diff) | |
download | curl-8d2a0fe85baecdf5e3dbe3a03a509972908e44c1.tar.gz |
Fix test case 534 which started to fail 2007-04-13 due to the existance
of a new host on the net with the same silly domain the test was using
for a host which was supposed not to exist.
Diffstat (limited to 'tests/data/test534')
-rw-r--r-- | tests/data/test534 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test534 b/tests/data/test534 index 06875f50f..7f52b69c4 100644 --- a/tests/data/test534 +++ b/tests/data/test534 @@ -29,7 +29,7 @@ lib533 FTP RETR twice using multi: non-existing host and non-existing file </name> <command> -ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534 +ftp://non-existing-host.haxx.se/path/534 ftp://%HOSTIP:%FTPPORT/path/534 </command> </client> |