mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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
|
||||
</name>
|
||||
<command>
|
||||
-T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
|
||||
-T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file
|
||||
</command>
|
||||
<file name="log/test1007.txt">
|
||||
This data will not be sent
|
||||
|
@ -28,7 +28,7 @@ tftp
|
||||
TFTP retrieve with localhost --interface
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT//1049 --trace-ascii log/traceit --interface %CLIENTIP
|
||||
tftp://%HOSTIP:%TFTPPORT//1049 --interface %CLIENTIP
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -28,7 +28,7 @@ tftp
|
||||
TFTP retrieve with mode=i
|
||||
</name>
|
||||
<command>
|
||||
"tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii --trace-ascii log/traceit
|
||||
"tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -34,7 +34,7 @@ tftp
|
||||
TFTP retrieve with mode=netascii
|
||||
</name>
|
||||
<command>
|
||||
"tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii" --trace-ascii log/traceit
|
||||
"tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii"
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -23,7 +23,7 @@ tftp
|
||||
TFTP get first a non-existing file then an existing
|
||||
</name>
|
||||
<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>
|
||||
</client>
|
||||
|
||||
|
@ -27,7 +27,7 @@ tftp
|
||||
TFTP retrieve without TFTP options requests
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options --trace-ascii log/traceit
|
||||
tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -16,7 +16,7 @@ tftp
|
||||
TFTP send without TFTP options requests
|
||||
</name>
|
||||
<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>
|
||||
<file name="log/test1243.txt">
|
||||
a chunk of
|
||||
|
@ -27,7 +27,7 @@ tftp
|
||||
TFTP retrieve
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
|
||||
tftp://%HOSTIP:%TFTPPORT//271
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -17,7 +17,7 @@ tftp
|
||||
TFTP retrieve on invalid file
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit --tftp-blksize 1024
|
||||
tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -51,7 +51,7 @@ tftp
|
||||
TFTP retrieve of boundary case 512 byte file
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT//284 --trace-ascii log/traceit
|
||||
tftp://%HOSTIP:%TFTPPORT//284
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -16,7 +16,7 @@ tftp
|
||||
TFTP send
|
||||
</name>
|
||||
<command>
|
||||
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
|
||||
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT//
|
||||
</command>
|
||||
<file name="log/test285.txt">
|
||||
a chunk of
|
||||
|
@ -16,7 +16,7 @@ tftp
|
||||
TFTP send of boundary case 512 byte file
|
||||
</name>
|
||||
<command>
|
||||
-T log/test286.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
|
||||
-T log/test286.txt tftp://%HOSTIP:%TFTPPORT//
|
||||
</command>
|
||||
<file name="log/test286.txt">
|
||||
A chunk of data which exactly fits into
|
||||
|
Loading…
Reference in New Issue
Block a user