mirror of
https://github.com/curl/curl.git
synced 2025-09-19 18:42:42 +03:00
tests: removed redundant --trace-ascii arguments
This is already added by the test suite; it's not clear why all these tests had it, unless it's cargo-culting.
This commit is contained in:
parent
4dc8499494
commit
f5b71d3a6c
|
@ -17,7 +17,7 @@ tftp
|
||||||
TFTP send with invalid permission on server
|
TFTP send with invalid permission on server
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
-T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
|
-T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file
|
||||||
</command>
|
</command>
|
||||||
<file name="log/test1007.txt">
|
<file name="log/test1007.txt">
|
||||||
This data will not be sent
|
This data will not be sent
|
||||||
|
|
|
@ -28,7 +28,7 @@ tftp
|
||||||
TFTP retrieve with localhost --interface
|
TFTP retrieve with localhost --interface
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
tftp://%HOSTIP:%TFTPPORT//1049 --trace-ascii log/traceit --interface %CLIENTIP
|
tftp://%HOSTIP:%TFTPPORT//1049 --interface %CLIENTIP
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ tftp
|
||||||
TFTP retrieve with mode=i
|
TFTP retrieve with mode=i
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
"tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii --trace-ascii log/traceit
|
"tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ tftp
|
||||||
TFTP retrieve with mode=netascii
|
TFTP retrieve with mode=netascii
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
"tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii" --trace-ascii log/traceit
|
"tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii"
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ tftp
|
||||||
TFTP get first a non-existing file then an existing
|
TFTP get first a non-existing file then an existing
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-ascii log/traceit
|
tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ tftp
|
||||||
TFTP retrieve without TFTP options requests
|
TFTP retrieve without TFTP options requests
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options --trace-ascii log/traceit
|
tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ tftp
|
||||||
TFTP send without TFTP options requests
|
TFTP send without TFTP options requests
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
-T log/test1243.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options --trace-ascii log/traceit
|
-T log/test1243.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options
|
||||||
</command>
|
</command>
|
||||||
<file name="log/test1243.txt">
|
<file name="log/test1243.txt">
|
||||||
a chunk of
|
a chunk of
|
||||||
|
|
|
@ -27,7 +27,7 @@ tftp
|
||||||
TFTP retrieve
|
TFTP retrieve
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
|
tftp://%HOSTIP:%TFTPPORT//271
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ tftp
|
||||||
TFTP retrieve on invalid file
|
TFTP retrieve on invalid file
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit --tftp-blksize 1024
|
tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ tftp
|
||||||
TFTP retrieve of boundary case 512 byte file
|
TFTP retrieve of boundary case 512 byte file
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
tftp://%HOSTIP:%TFTPPORT//284 --trace-ascii log/traceit
|
tftp://%HOSTIP:%TFTPPORT//284
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ tftp
|
||||||
TFTP send
|
TFTP send
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
|
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT//
|
||||||
</command>
|
</command>
|
||||||
<file name="log/test285.txt">
|
<file name="log/test285.txt">
|
||||||
a chunk of
|
a chunk of
|
||||||
|
|
|
@ -16,7 +16,7 @@ tftp
|
||||||
TFTP send of boundary case 512 byte file
|
TFTP send of boundary case 512 byte file
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
-T log/test286.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
|
-T log/test286.txt tftp://%HOSTIP:%TFTPPORT//
|
||||||
</command>
|
</command>
|
||||||
<file name="log/test286.txt">
|
<file name="log/test286.txt">
|
||||||
A chunk of data which exactly fits into
|
A chunk of data which exactly fits into
|
||||||
|
|
Loading…
Reference in New Issue
Block a user