Commit f5b71d3a authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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.
parent 4dc84994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

Loading