]> granicus.if.org Git - curl/commitdiff
tests: removed redundant --trace-ascii arguments
authorDan Fandrich <dan@coneharvesters.com>
Tue, 9 May 2017 17:43:22 +0000 (19:43 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 9 May 2017 17:43:22 +0000 (19:43 +0200)
This is already added by the test suite; it's not clear why all these
tests had it, unless it's cargo-culting.

12 files changed:
tests/data/test1007
tests/data/test1049
tests/data/test1093
tests/data/test1094
tests/data/test1099
tests/data/test1242
tests/data/test1243
tests/data/test271
tests/data/test283
tests/data/test284
tests/data/test285
tests/data/test286

index 6baf221eb1fdc0508ce323b15f4caadbb4dede78..db2717ae338008581efbf2421d85ec813d8d5c61 100644 (file)
@@ -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
index 60f41366d766b48b6410003af98c02938b6470ae..de18bee3b4cb415a286456fba45b6c58bab75aaa 100644 (file)
@@ -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>
 
index 2087c827811a664f95a31ef3e94afb4e2b64fa1d..da2d83cd4bf2e6b0b376a416bb73b7218e3a4b7a 100644 (file)
@@ -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>
 
index 913172260490ab74bfbf0da7f96299c4a7d1511e..c7b09caae97a9b10e851945d090d06b68af466ac 100644 (file)
@@ -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>
 
index 7aacc11d06244831e2bd0d0242117467c08e9cec..4a33189ec5de495b66d2191a2790ef1dc9b134fd 100644 (file)
@@ -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>
 
index c8bc3d4aca96426fa7d854215dcb4d8dc006a598..80111eba531a920d939df1be89cc3c5442e0703a 100644 (file)
@@ -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>
 
index 0303a5de42af7c96d7aac347ca9cf33b1d32b642..8a89af0558a1e72a6a693bf15aedbd3b7541080b 100644 (file)
@@ -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
index 06d5a8b43df72e2c19bbf9caf632083b3d3f6631..1557fd0f7a8eb09c36938256def3ccc4d0ed2853 100644 (file)
@@ -27,7 +27,7 @@ tftp
 TFTP retrieve
  </name>
  <command>
-tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
+tftp://%HOSTIP:%TFTPPORT//271
 </command>
 </client>
 
index 0dc1270fdb2dacc813721853e2c9e02fe5d2986d..201df9f7283cde605eeffd0f85761ad39d7b24b8 100644 (file)
@@ -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>
 
index 954c902608310cb9e3adfaf6ff5a55a97df8a916..9b946ecd5d06b8b2fb825779e28657831a1f9a5d 100644 (file)
@@ -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>
 
index d7a4a3900731e6f83ac31f1e576b4ceeac565ccd..09bfe3195cf089bb307bb5ca0484fa2020259aeb 100644 (file)
@@ -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
index b909fd3d54ff6dafcc26c39a142027144e60cba0..505352a767827fb20825aec5164b297c03c07277 100644 (file)
@@ -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