summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-05-09 19:43:22 +0200
committerDan Fandrich <dan@coneharvesters.com>2017-05-09 19:43:22 +0200
commitf5b71d3a6c4b2e818214c154235e80ecefd39778 (patch)
tree2268251fcc799b1d458115deefe0e6b445ba4b9f
parent4dc8499494dc16bf336c1055f2ae4b78c709c87d (diff)
downloadcurl-f5b71d3a6c4b2e818214c154235e80ecefd39778.tar.gz
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.
-rw-r--r--tests/data/test10072
-rw-r--r--tests/data/test10492
-rw-r--r--tests/data/test10932
-rw-r--r--tests/data/test10942
-rw-r--r--tests/data/test10992
-rw-r--r--tests/data/test12422
-rw-r--r--tests/data/test12432
-rw-r--r--tests/data/test2712
-rw-r--r--tests/data/test2832
-rw-r--r--tests/data/test2842
-rw-r--r--tests/data/test2852
-rw-r--r--tests/data/test2862
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/data/test1007 b/tests/data/test1007
index 6baf221eb..db2717ae3 100644
--- a/tests/data/test1007
+++ b/tests/data/test1007
@@ -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
diff --git a/tests/data/test1049 b/tests/data/test1049
index 60f41366d..de18bee3b 100644
--- a/tests/data/test1049
+++ b/tests/data/test1049
@@ -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>
diff --git a/tests/data/test1093 b/tests/data/test1093
index 2087c8278..da2d83cd4 100644
--- a/tests/data/test1093
+++ b/tests/data/test1093
@@ -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>
diff --git a/tests/data/test1094 b/tests/data/test1094
index 913172260..c7b09caae 100644
--- a/tests/data/test1094
+++ b/tests/data/test1094
@@ -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>
diff --git a/tests/data/test1099 b/tests/data/test1099
index 7aacc11d0..4a33189ec 100644
--- a/tests/data/test1099
+++ b/tests/data/test1099
@@ -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>
diff --git a/tests/data/test1242 b/tests/data/test1242
index c8bc3d4ac..80111eba5 100644
--- a/tests/data/test1242
+++ b/tests/data/test1242
@@ -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>
diff --git a/tests/data/test1243 b/tests/data/test1243
index 0303a5de4..8a89af055 100644
--- a/tests/data/test1243
+++ b/tests/data/test1243
@@ -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
diff --git a/tests/data/test271 b/tests/data/test271
index 06d5a8b43..1557fd0f7 100644
--- a/tests/data/test271
+++ b/tests/data/test271
@@ -27,7 +27,7 @@ tftp
TFTP retrieve
</name>
<command>
-tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
+tftp://%HOSTIP:%TFTPPORT//271
</command>
</client>
diff --git a/tests/data/test283 b/tests/data/test283
index 0dc1270fd..201df9f72 100644
--- a/tests/data/test283
+++ b/tests/data/test283
@@ -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>
diff --git a/tests/data/test284 b/tests/data/test284
index 954c90260..9b946ecd5 100644
--- a/tests/data/test284
+++ b/tests/data/test284
@@ -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>
diff --git a/tests/data/test285 b/tests/data/test285
index d7a4a3900..09bfe3195 100644
--- a/tests/data/test285
+++ b/tests/data/test285
@@ -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
diff --git a/tests/data/test286 b/tests/data/test286
index b909fd3d5..505352a76 100644
--- a/tests/data/test286
+++ b/tests/data/test286
@@ -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