]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: remove the QUIT filters
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Aug 2025 14:06:35 +0000 (16:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Aug 2025 06:03:59 +0000 (08:03 +0200)
Once added in cd4aee156f64f44bb1f1 to work around connection shutdown
issues.

Closes #18405

225 files changed:
tests/data/test100
tests/data/test1000
tests/data/test1003
tests/data/test1005
tests/data/test1006
tests/data/test101
tests/data/test1010
tests/data/test102
tests/data/test1028
tests/data/test103
tests/data/test1036
tests/data/test1037
tests/data/test1038
tests/data/test1039
tests/data/test104
tests/data/test1044
tests/data/test1047
tests/data/test1048
tests/data/test105
tests/data/test1050
tests/data/test1055
tests/data/test1057
tests/data/test106
tests/data/test1062
tests/data/test107
tests/data/test108
tests/data/test109
tests/data/test1091
tests/data/test1096
tests/data/test110
tests/data/test1102
tests/data/test1103
tests/data/test1107
tests/data/test111
tests/data/test1113
tests/data/test112
tests/data/test1137
tests/data/test1149
tests/data/test115
tests/data/test1152
tests/data/test1153
tests/data/test116
tests/data/test1162
tests/data/test1163
tests/data/test117
tests/data/test118
tests/data/test119
tests/data/test120
tests/data/test1206
tests/data/test1207
tests/data/test121
tests/data/test1217
tests/data/test1219
tests/data/test122
tests/data/test1224
tests/data/test1225
tests/data/test1226
tests/data/test1227
tests/data/test123
tests/data/test1233
tests/data/test124
tests/data/test125
tests/data/test126
tests/data/test1262
tests/data/test127
tests/data/test128
tests/data/test130
tests/data/test131
tests/data/test1316
tests/data/test132
tests/data/test133
tests/data/test134
tests/data/test1348
tests/data/test1349
tests/data/test135
tests/data/test1350
tests/data/test1351
tests/data/test1352
tests/data/test1353
tests/data/test1354
tests/data/test1355
tests/data/test1356
tests/data/test1357
tests/data/test1358
tests/data/test1359
tests/data/test136
tests/data/test1360
tests/data/test1361
tests/data/test1362
tests/data/test1363
tests/data/test137
tests/data/test1378
tests/data/test1379
tests/data/test138
tests/data/test1380
tests/data/test1381
tests/data/test1382
tests/data/test1383
tests/data/test1384
tests/data/test1385
tests/data/test1386
tests/data/test1387
tests/data/test1388
tests/data/test1389
tests/data/test139
tests/data/test1390
tests/data/test1391
tests/data/test1392
tests/data/test1393
tests/data/test140
tests/data/test1405
tests/data/test141
tests/data/test1414
tests/data/test142
tests/data/test143
tests/data/test144
tests/data/test1444
tests/data/test1449
tests/data/test145
tests/data/test146
tests/data/test147
tests/data/test148
tests/data/test149
tests/data/test1501
tests/data/test1547
tests/data/test1569
tests/data/test1570
tests/data/test1631
tests/data/test1632
tests/data/test182
tests/data/test191
tests/data/test2000
tests/data/test2001
tests/data/test2002
tests/data/test2003
tests/data/test2039
tests/data/test210
tests/data/test211
tests/data/test212
tests/data/test215
tests/data/test216
tests/data/test227
tests/data/test228
tests/data/test2307
tests/data/test235
tests/data/test236
tests/data/test238
tests/data/test244
tests/data/test247
tests/data/test248
tests/data/test250
tests/data/test251
tests/data/test252
tests/data/test253
tests/data/test254
tests/data/test255
tests/data/test261
tests/data/test270
tests/data/test272
tests/data/test280
tests/data/test290
tests/data/test291
tests/data/test294
tests/data/test296
tests/data/test297
tests/data/test298
tests/data/test3027
tests/data/test336
tests/data/test337
tests/data/test348
tests/data/test350
tests/data/test351
tests/data/test352
tests/data/test353
tests/data/test354
tests/data/test362
tests/data/test380
tests/data/test381
tests/data/test416
tests/data/test475
tests/data/test476
tests/data/test494
tests/data/test505
tests/data/test511
tests/data/test520
tests/data/test521
tests/data/test525
tests/data/test526
tests/data/test527
tests/data/test529
tests/data/test531
tests/data/test532
tests/data/test533
tests/data/test534
tests/data/test539
tests/data/test541
tests/data/test542
tests/data/test546
tests/data/test562
tests/data/test564
tests/data/test574
tests/data/test575
tests/data/test582
tests/data/test586
tests/data/test588
tests/data/test591
tests/data/test592
tests/data/test593
tests/data/test594
tests/data/test595
tests/data/test596
tests/data/test661
tests/data/test698
tests/data/test706
tests/data/test707
tests/data/test711
tests/data/test712
tests/data/test713
tests/data/test714
tests/data/test715
tests/data/test754
tests/data/test973
tests/data/test975
tests/data/test998
tests/data/test999

index 54d31744b7ad05d44a5b1c12f4ba6509e03f81e7..b7554383ea304a7024c6a306ed7faa0e4cb94c43 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e102a006e043310a78523ef368db99a2ef943e59..fe94010ac313d4a0c75fda2cbf766e7962e61104 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ -I
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4947d1dfb5263816edf986bcd432af3bf3abdf19..06cfbb61b0ac11c268131e32c786a41dc791087a 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8a036bb606530b7b7febb540073476a189a7e322..28af85f40e1e621c7c53448a1af5321fca4d6361 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a8da3f73bf27f2bae582f1db7b4a686d128028a1..b3d093672428045e3f12ed598e34bbe8cbe5b08f 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8acbd21f7f5291d5c455ac5e3deebc0c28a06802..3febc5e72aa5ebffce1f157a70f91c0fc1717304 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index cd0337293542c0d05afbf0acbbb67753c5ac628d..d45efdc8a5e4e29cb5b7e4873ecb3f7d59ca74fb 100644 (file)
@@ -42,9 +42,6 @@ ftp://%HOSTIP:%FTPPORT//list/this/path/%TESTNUMBER/ ftp://%HOSTIP:%FTPPORT//list
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 151dd80252292a95bb8612f10772738c55592a6f..7037986f46a961b14338baba6929faacf3e9777d 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 9592fb66fb5ff43f4411d006bfc48a4fd11dfa94..3e36597322fd8b9c3c89bb9ad34244ac05082d00 100644 (file)
@@ -52,9 +52,6 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -L
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 GET /%TESTNUMBER0001 HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
index 66705310c5b679bb10e28e2db131031cbf70924d..52e5645bc0eab1ce9928cc07591e474b7c0d819d 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER -P -
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 1343a8b7cefe4680fd01f05b83468183b99c8c66..f777a6ff7dd7fb374ec1b39f65dadf24a040bc6e 100644 (file)
@@ -40,9 +40,6 @@ This is the start!!
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 967561b3b65e9ed637728a65754db1f1e01b5687..18c9e5266a40d5ca174ace734090dd4c996ab0eb 100644 (file)
@@ -39,9 +39,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C -
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 102d356152e32fcde5f06ada36c9b1f3719fb14c..c2e60a0a49944b58de1db6adbb205f0176566f09 100644 (file)
@@ -34,9 +34,6 @@ worx?
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 342290459b8603af709342378e5719930ca9e532..a032c2f9ab5cc8dca28ff66391b7feccb9eca184 100644 (file)
@@ -34,9 +34,6 @@ worx?
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f8d3d3eacebe11350dabdc9035df5f8d88247833..3674f1da0a8dd918dc09f63f2c22219691215ae4 100644 (file)
@@ -27,9 +27,6 @@ ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER --head
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a0705d331caade38d96b699da3ba1525e470dfde..471f099a3f1defca05fe16dcf33095972fa32f4e 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index b7d17275b3c1edc7da66921bcf9f49fcbb37a98d..b863bd0061bdef115721c53937b42626976e36f8 100644 (file)
@@ -43,9 +43,6 @@ ftp://%HOSTIP:%FTPPORT/ --interface %CLIENTIP
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 5aed75a374b7dac1d43f6ee7f79db0d4d5e08550..cf90020fef74330e1e137d1bc2b54bdcafbffff8 100644 (file)
@@ -48,9 +48,6 @@ FTP-IPv6 dir list PASV with localhost --interface
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 7f3052990137b6cd68d4453baa3e20fb27836215..2a26ac7ecafb4beb0ee60616f81c830e7b36686e 100644 (file)
@@ -37,9 +37,6 @@ ftp://userdude:passfellow@%HOSTIP:%FTPPORT/%TESTNUMBER --use-ascii
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER userdude\r
 PASS passfellow\r
index 0f8267f95a25a85672cf81035f02cca149c6291d..3aa2f017e37f6dfcd3042e55fcebfb01e9bef900 100644 (file)
@@ -44,9 +44,6 @@ FTP-IPv6 dir list, EPRT with specified IP
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of EPRT that curl can send
 <strippart>
 s/^(EPRT \|2\|::1\|)(.*)/$1/
index 0624a969a7865c633f8b7189951fe30b917dbba1..2d1c604b4dc0fb285c092847735b5841c0adacfe 100644 (file)
@@ -54,9 +54,6 @@ the
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 PUT /%TESTNUMBER HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
index e211dd7da32bfcef8663676f4ff9705d414a6e92..a7cb3bc61ef2e1a2d1b8b2dbc4d5dc415f635366 100644 (file)
@@ -36,9 +36,6 @@ FTP retrieve a byte-range relative to end of file
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 2fec6347829c7a7c345b37953ece0d65af245d6f..b5e1e6929b3aae26f0085ea733c41818f436fe53 100644 (file)
@@ -35,9 +35,6 @@ FTP GET with type=A style ASCII URL using %20 codes
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 36b726af8132128d39123f2fe0c6e8e7e48ced20..31a27a9473b0fa26ea7502328d29217766777332 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a92a635f84ce3281c2d50878e8c3d00dff7efb7f..a741b7667f8b6c20e450b99ae5896717a65b6d3e 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload>
 data
     to
index ceea4d4b25c90903c89d7469b37375d72880d10d..20ef6577ed5bd360cffef0d0db9d713780f390e7 100644 (file)
@@ -31,9 +31,6 @@ Moooooooooooo
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 63d1bc6b6a924423ad67e5fd0b16ba8209a2095d..d466437f21355cd9517f0c66d0c010e8e7137eea 100644 (file)
@@ -31,9 +31,6 @@ Moooooooooooo
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index b5006c6bc2d46df54b910b27b298117485947793..445d31655f73ef5f448f7dbacb8a4a870f2684c8 100644 (file)
@@ -30,9 +30,6 @@ FTP URL with type=i
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f8eb1d4fb228079123130d70a054aaa9c16a054b..e7b16392473d1c30a96913f1c1e5ad424202aff0 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/dir/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/dir/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 78
 </errorcode>
index c3c3d04bf7b9b7922c02c7c0521d26c219eba6b6..e53fcd1377afdad03a1d6e323652bd8294d07049 100644 (file)
@@ -36,9 +36,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 20
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 12822b95ae2dcb7c2957f15029ac74bd55b07c58..16994d953340b9c35b498983ad8ce3700afefd86 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 2ceb89de038fedc028c9769bc967cd473273f5cb..a53b504bdc071d47207b6e353b4a74edd35dd589 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index de8b7d76e16faad0210594f29a639ad1e012c80b..8b31c76f839770a2f08887361d8b032162fbb24c 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-pret
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a7cd3c3d279f10b579295b64731b10687b146bf2..a46f7aef1d24b1128d87fc51beef957dbe1fc7de 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 2000
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 36
 </errorcode>
index c7eaf2e9382ca10aae2d9ee10a812138dbbc0735..744c012ee144f5ec5f5a8bc1065104d5b81829c3 100644 (file)
@@ -36,9 +36,6 @@ FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
 ############################################
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 0
 </errorcode>
index 231f3452fa3280f8a6a530e401a307a2d5399da2..41bbc025d9602c30b42614f73dd727ccc2fd00d6 100644 (file)
@@ -31,9 +31,6 @@ worx?
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4e8f24f09042c58d159c923142a937bb903c72e9..cb20aee313ec9a065f566eb421f5049570addd9a 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ignore-content-length
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4b3ba376e0f3b12ad8d9e325ff1da6b1ea5fe8ba..d4e97d540d50fc724bcabd8ec5b9740d91b3a928 100644 (file)
@@ -42,9 +42,6 @@ ftp://%HOSTIP:%FTPPORT/list/this/path/%TESTNUMBER/ --ftp-method multicwd --next
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e4da7ea1fadc173823087ad0ae999c79050d223e..22f75c0b6e8113d8f36d172d1810e6fb016dd242 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 13
 </errorcode>
index 6052b70b5eb1e8df3cabf6abd0e7658b524c830d..1823bab4a9afa1297e7fd907147af50748700b5b 100644 (file)
@@ -45,9 +45,6 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 56ed840051af62a68fabb947d1e9da19bd604ac8..a74b1838ceca7cf2de5859ac82e4ecf4183baced 100644 (file)
@@ -45,9 +45,6 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index cab67ad577885df4d1d910c9e1fdc2c74c3df387..0ab00aae91f33efa682631391112e4e9a7dff287 100644 (file)
@@ -35,9 +35,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P 1.2.3.4
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 30
 </errorcode>
index 5aa706b7f9709c6bb0280a8d5f1bbf7369984260..b6b394139e22a039cdd4f858ec67fc90aca6a24c 100644 (file)
@@ -37,9 +37,6 @@ MSYS2_ARG_CONV_EXCL=ftp://
 </setenv>
 </client>
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 09ede0cb8712f535652aea11734fc20d35adacaf..a109b511bcc7e163c17e21847e276a3e3096cd86 100644 (file)
@@ -33,9 +33,6 @@ FTP wildcard with pattern ending with an open-bracket
 </command>
 </client>
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index c292af73078cad9fab4ffdd830aeb77d48e9d6d5..3bd5cb57f1ecd279d27f68f6ffd817e9a4352886 100644 (file)
@@ -28,9 +28,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 17
 </errorcode>
index de70121400f325aeccc21fc296b2e8e20e0f1f7d..9b5b8708eb6b8c76c0044301a42126364917f521 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 19
 </errorcode>
index 2b36051f9de35ca0bed03f265cd73f3f182839af..4426def0bde43c339454015f1162bf7c95fa7e52 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P -
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 19
 </errorcode>
index 6e285b433fdcaa785072bcb7968b07bc7d675363..64628b6599fc2748d9b6323dd16711a20a9ccd7c 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "-DELE file"
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 6abb0c5964897179974ee5f2c7f24c6aa6786a8d..228df4adb773712dfae97b8a33b209efccf3d8c4 100644 (file)
@@ -33,9 +33,6 @@ FTP PORT and 425 on download
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <strippart>
 s/^EPRT \|1\|(.*)/EPRT \|1\|/
 </strippart>
index e192e425eb7bd99fa31861329cd6077b51660bba..612c42b0d6dc3b0a075939870667d5e00ff7fae5 100644 (file)
@@ -33,9 +33,6 @@ FTP PORT and 421 on download
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <strippart>
 s/^EPRT \|1\|(.*)/EPRT \|1\|/
 </strippart>
index d9dfe2794d3daf930770ae75f45f80e82d68f93d..3625d0e3e041d98ee1a85d7c4543afdfc78cdea0 100644 (file)
@@ -35,9 +35,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "-DELE after_transfer" -Q "DELE before_tra
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 47059b247a8d18811cfd8abe5cb39a0b95f0f8f1..691c88e73203a63a6a4b4942a9de881cd71cd5d1 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/get/file/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/get/file/agai
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index b28077dcec7f90736d44c31b005169b781397bd6..454654399b924bf33f046485ecd723e639e2f547 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 PWD\r
 EPSV\r
index 0566b240742ad8b62104a6dd182cdc23aa60f557..1f007c1ce036d0814e0611efdb4998326cc09cd5 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 5
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 61036cd085dccde542ce40b7247c48f54d4d442f..64ba4482c58624d51c7244a3fc81ca9eee09b5ed 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT//%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 39abfcb91226625ba93ac3a1b9893fb3c20041aa..b20363c3e45c1124f50f31f23499cd39e2612787 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT//foo/%TESTNUMBER ftp://%HOSTIP:%FTPPORT//foo/bar/%TESTNUM
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4ae0e6aff8e8198bb3a3e24e592c71236bca3056..08e706b9b0166461653a44a8d0c29b50139eeea3 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT//%TESTNUMBER --ftp-method singlecwd
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f8246fa46611594f980a3931ea468ddbc02aa4b4..30477a46a0b89c6b3eac657c92a0573c7cda3a44 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT//%TESTNUMBER --ftp-method nocwd
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 1d29c8668f378bf49cb4de2dcf0a83b4c7facfa2..8ccd69cf6816490da107e6d273758fb45bcc8ea6 100644 (file)
@@ -28,9 +28,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C 51
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 7b59c8ed47f559f03c2d55d000d62983c6dbf3e3..95635334968db0b4c2328311d47aac2641780e4f 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 2dfc96bb8a6b700d93f8fcffa904b9f369f165f2..d2717949c9303c070b172429024ff37db77fe050 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a615d092fe6c46d81700259e364cc91f2fbc6119..8de97c14e5304c14f767e23d25e79af839914866 100644 (file)
@@ -27,9 +27,6 @@ ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 9
 </errorcode>
index 285618f111a820b41314f71dd6ff0fac15dfb877..b830fc77819fa68d6b58551284151328fff9aa02 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/lululul/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 2cb5d8857c6e82a3aa81b03449448354450fa10f..0a7046ce9382c942efd95162dbefbd155bb70b46 100644 (file)
@@ -28,9 +28,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "-1 jan 2001"
 </client>
 
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 6871e0dc4e4c626ce4e79a899ae03cd34e20f5fd..ebf122d018e4c60e98851fb564b90fec878bafd9 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER --disable-epsv
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d46f454efd8f4def281a0b059d49c648f2edf1e0..089717da7964b4b9600dd09f5f26e15d990387d3 100644 (file)
@@ -35,9 +35,6 @@ the
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a0673dd8fe26a7fa7ae6a48fa63d281e8f2ac32c..2c4dfe85eb54e3a69e59b5462b6f17604c9133a6 100644 (file)
@@ -50,9 +50,6 @@ default login userdef password passwddef
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER user1\r
 PASS passwd1\r
index 0511520f73a043fa40e14505286b5be5b76a3241..4a73de2850133bb2d22c041be630ba2ff990e85d 100644 (file)
@@ -47,9 +47,6 @@ machine %HOSTIP login user2 password passwd2
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER user2\r
 PASS passwd2\r
index c3f70878a75e37daa946604afabbcea8ee38a083..2218b6e1474230da0ef40d97878aa7363f780cfa 100644 (file)
@@ -60,9 +60,6 @@ ftp://ftp.%TESTNUMBER:%FTPPORT/ -p -x %HOSTIP:%PROXYPORT
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 47748494bf4ab3037573172df5befc75a1c70235..77d47c8fd2e7d7a86f86a05de3a48f81d8039f0f 100644 (file)
@@ -47,9 +47,6 @@ machine %HOSTIP login user2 password passwd2
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER mary\r
 PASS mark\r
index f80d840ab82424f26a74b3ba3c0aecc16f8c82cf..4a2c46cde4b80fac87a3890f7344489d18d02bc2 100644 (file)
@@ -47,9 +47,6 @@ machine %HOSTIP login mary password drfrank
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER mary\r
 PASS drfrank\r
index aa104bf15b5f02eff5dd4abb3f5fa1add2068066..207e4f5d47412865959e4b8c037c9b91493e71c3 100644 (file)
@@ -49,9 +49,6 @@ machine %HOSTIP login user2 password passwd2
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER romulus\r
 PASS rhemus\r
index fde0ffb24cc2ac2fe82c6138701bd9ffc9b6dea6..b99ab58f8d3ad50f2fa2ed5dda4dd3d7e2a54220 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 41673666742150cf2b905a0c0418b63c297b4d6b..03f91ae23a80c2f2bd20faf21c768570241a1dbe 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D %LOGDIR/heads%TESTNUMBER --out
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index cdb548362ff76d9e8c2d31d49e97178a00a9df24..3dc1d531f5b351c882cb5282f31b7c343f190d48 100644 (file)
@@ -38,9 +38,6 @@ FTP retrieve a byte-range
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f896f22b14aaee09b399999a8326d1e9764f9629..60d3620773fb682f440c3482d5386aaf12302403 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D - --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 947300f671118191baed3b74e2133ccec77b52e6..05a22ce6297880dea7ad28ec3ca84cb393574223 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D %LOGDIR/heads%TESTNUMBER --
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a74d2f33fe46a29421e7e3b55a9a47ea876c3973..ae94e5aad452ba0d055a1a52d0126931c3fe228f 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D - --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a4df5d8bad30ece57dda17210dd190945f8fd31d..45aad1c4babafb92b13ec883b694d1b687641c77 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D %LOGDIR/heads%TESTNUMBER --
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 3413d46775de2698b0e41b2198dcd8f993458f9f..c7ff933cc1dfa1288c661cb828c74d3db9d78485 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D - --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e99dd015d94f6816ee2ace256cda0a3fad9bdb60..7158a6e99fee7e833c96cf49595c1367cbf70cf6 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 77a88be563a4e925e23c9cf7b9870e665cb46ad6..e690747f1684578efedce87daf57b17d2a18b326 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index b0943b7f6dea038e94c167a40b26ea15cdd71fb4..926fd538d95f95f75256a0d77be511d888efdfa0 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D %LOGDIR/heads%TESTNUMBER --out
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index c71520c959d2783f88f32c57ea67114696fb6b13..14fc95afeed9216b87ff1140a4f070c58dee54fc 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D - --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 63cdc4ce35fefd8dc46c6ba9f366d2dee7648045..c26ac187b46ed8b471c84fd89def6b363ce54db6 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D %LOGDIR/heads%TESTNUMBER --
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f71f4b36adcb574ce4e018fa28b56bc2535569d3..ef0b2c49ac74c4ca12b05e45bda18d27152e5d70 100644 (file)
@@ -28,9 +28,6 @@ FTP with user and no password
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER user\r
 PASS \r
index 6f8732a1ebcfb93566364bf2001c8a4b811a783a..a7ed493023c319c59be1be666b923c809c14db16 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D - --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index c80b097a585b043de489ae69ac67441d1928ab13..18c9f5f08c976a2c2c5c7c97f7e1d65704512d01 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D %LOGDIR/heads%TESTNUMBER --
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 9e4890ae05c8f44e73f391dcece492ced97a6f44..261950969b7960774541927a3a493a2963c399a6 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D - --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4ef72cf77266d00f289d4c62733d95409cbd4b92..022940257d207be42291ef98447da87b7ed6133b 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i --output-dir %LOGDIR
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8154af88df7f29e39c98751364f27a858bc5a86f..33b93589ec3699cdb351c3d782e794898bd53cad 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/lululul/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f8551251adc5a87950c6a6953b29786bf8015e86..199679cab6364f5c3dfec8b8f814b899627efd1b 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 9cecb0eae0ce46ad61d069a0cf44e5a9ebf5fbc8..39b66ebe3b38c713c55ea419367865f1ab2e0c8e 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -D %L
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e00c3110ca4b50a5ee6fb960cc17d210479a435c..db3b6ec7df268ae3727fe22676066b07ffe84204 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/lululul/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d534223959b71b41521e02623fb167e1018175c0..cca8020eb04747f626693d7f79acbb721ffb7d80 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -D -
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 28c2af5fe25482b712d7455efe27a93a3318c002..3455369a981f6d9f37aee4c46c96a08f557b788e 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -J -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d96ad468a78338c6c5107e51052b03f31f91990b..78d05a32154497582609d552f712b045a43397f7 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -J -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 2c9f3329179fb79032b3e1177124e4dc4d7b6f0e..96c3e9a2785813e9f59fe44f5a7fca995ed706ba 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 1dd2aa280e9b3bcba03f7ebe5b97503e9fd7c918..4251c42a1e7f4a64f9fec60e39a524cfb9298395 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8654da65403f88eea9628537f59ac6fbd060b971..c14ddba20f69950e2dd5dc4c455fb9187a037c29 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 44b8dcd42209e0632fdb104a5f338bed4fdc1a0e..72f13ca582831ff11fab453023900e8cf31ee394 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 6a24b76783a833d729c8bba3a27f2628e9b3d8dc..43c28cc582e379431f2bb65071f8d3300dc13191 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -D %L
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a26a829c07dbc92c9f355539450799ef00a94aed..0a3c173e50b4f5a6a0d09a47735ee72ebdc325d6 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -D -
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 77f7b5f273ac72735afa56da33e4a39379843463..0c648309e55640467c517c423ccfddebd249f2aa 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -J -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 61a0da601a320dde410f97998ddaeb62453acd18..160f628e2cb0f9a8ca7478a78fe03143bb5695d8 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 1989"
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index be7cf2ed9bbf27786704670ef2425c755f516960..6b3f4dad3eb56ef66a5a516010d8f7a97d20de00 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -J -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index c0c5bc58af391d2c7ac057d456277644ed68cbab..447a57829188ca21bd307a7ec8e8687485645b4b 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 49472104ed09499f8d33254faeaa0ea0939166d4..4af7966889e38c4f9132e6c950fa56b85a89a96b 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i -D
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 81734206e72f56c6d6868ac74d95f7f6ccf222a3..492da66fc01db947f5309f3cdc9ae3d84cd034b3 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index cacef2ae206b0e90625270afee6b5824abee61b2..5e29f5c7c758515381422b68a28077a2eb649440 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 2004"
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 0b1be439b44d6fb6f153d122bfe3b030e8e9f80a..b4560aa05213ae5ba033b49dd70c712c6e40e0d0 100644 (file)
@@ -45,9 +45,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FA
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 5ffbc452356ae1c2f5c17e560910985b0b1043ff..425a98f2a63124d3a81fe64977693ba9a1b8ea2b 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 9fc2a56ffa46e2331a6da636107767d23b67f26a..4be9b54222a73aca4d099e55a05232a318970298 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P -
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <strippart>
 s/^(EPRT \|1\|)(.*)/$1/
 s/^(PORT)(.*)/$1/
index e09b744f938081b3979093385ecefa6612ffe439..cb03b832af67a39272e7092b3e6f83ba937ccbd4 100644 (file)
@@ -26,9 +26,6 @@ ftp://%HOSTIP:%FTPPORT/part1/part2/part3/part4/part5/part6/part7/part8/part9/par
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8984a3f1f6f030c7f4ef38249412afaa707427be..ed89e70dec7137372a9a0c7af5be07ba84499fc4 100644 (file)
@@ -28,9 +28,6 @@ FTP URL with type=a
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e7a983bcad9f55e24dd25e88d8448f0c87415df4..be2ca5c8c5a0414a5b89029fa901617db259b8fb 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/ -P - -l
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 860c663040595cf84a4a0b6361f12613c9961c07..2f4c8d068728c60d4f0d127678d0758bd42b11d6 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --remote-time
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d761f3c0e778eda04695ed0d2c8100fa43e49eff..0b9de0192c8540d9ac0b349f7623deedc1ca4f6a 100644 (file)
@@ -27,9 +27,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -r 36893488147419103232-
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 7f12b36f36a781efbbf6d178e2dfcd2445db1db7..53f3f631d7bf7c433d2f94a61db8e727a8e6e621 100644 (file)
@@ -30,9 +30,6 @@ ftp://%HOSTIP:%FTPPORT/ -P - -l
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 19
 </errorcode>
index c7586573e4d550aa3c85f5700c44355d8c024be0..803fbfc4d70b6bef414dc1bfbae3db3bdfcc4084 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/%TESTNU
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index b2772f607d8271e4eac7d93d658564887a0bcd42..769043d489047287165b5b66abeb2a8c94d24d21 100644 (file)
@@ -31,9 +31,6 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/%TESTNUMBER --ftp-create-dirs
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index c8ec7a6d18b8aaf52b34920b9e8ad7b76ccb7890..051d31a9deac2b9d2ba1db29520e55d638ef36df 100644 (file)
@@ -28,9 +28,6 @@ ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/%TESTNUMBER --ftp-create-dirs
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 60d9089ae7be88216967fd7518dcf828f569e512..404922b296c46499d432839ce9326bce675cb461 100644 (file)
@@ -27,9 +27,6 @@ send away this contents
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 070ff7d97ab85593c4ddac233d76a8b642d04660..195c17998cd3bfa611c285510bd00eb4e53ed5fb 100644 (file)
@@ -39,9 +39,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
 </client>
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 0
 </errorcode>
index 244151a5abd1d8c0ceecb001b3dd91a15edc7246..067b3568edecdd9809c72b627b5bdb82dcb87b75 100644 (file)
@@ -42,9 +42,6 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/ -P %CLIENTIP --ftp-pasv
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 24f16ee7888be13ac08a3cee7206e9dba91e3dea..159a813919ee272ab247d740200ddc32379d1098 100644 (file)
@@ -40,9 +40,6 @@ lib%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e558b9bc32bff1f2333ff9eba58c3613eaeeca26..713ab5ea778c591b7b6d907e835d50d62ef97460 100644 (file)
@@ -40,9 +40,6 @@ lib1569
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 7c470b3c84646f4b7f462d053016015a2a1c3d3f..e838700fe79055458d0cc756636e208fb0c0e6a0 100644 (file)
@@ -54,9 +54,6 @@ proxy
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 
 # The second CONNECT will be made to the dynamic port number the FTP server
 # opens for us, so we can't compare with a known pre-existing number!
index 18d400fd4b57955ccb72434aea19b3654c0e4496..9d877f8f8798bac8cb01cdb1a0f66c23d024195a 100644 (file)
@@ -63,9 +63,6 @@ proxy
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 
 # The second and third CONNECT will be made to the dynamic port number the FTP
 # server opens for us, so we can't compare with known pre-existing numbers!
index b49f10f85e9af51ee48fc76118cebb60113ba73a..cb1e4f0c200e71c84839e6d54cddc1a85768198c 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 749a34ec9852fbece4e5f28073a89892c8cbabc3..0293693631296db72e6ead0e740d3be3d30f2c3d 100644 (file)
@@ -27,9 +27,6 @@ FTP URL with ?-letters in username and password
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER use?r\r
 PASS pass?word\r
index ee2e50734946ebc910a584e1761524d845c99259..032bf5b1b4533eb1bc6920e682d2dac6b2b41896 100644 (file)
@@ -46,9 +46,6 @@ moo
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 39eb1ff9dd0b90937070ba31305bba832fdaefd4..de1673531322af73e5d43539caec15e399af43da 100644 (file)
@@ -63,9 +63,6 @@ moo
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 GET /%TESTNUMBER0001 HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
index 7a581a5cbb460e19b477d04bee4a889d1325eab5..4b2b4fef6942576c1b552da0c53fd1458003b5bd 100644 (file)
@@ -73,9 +73,6 @@ moo
 # Verify data after the test has been "shot"
 <verify>
 <strip>
-QUIT
-</strip>
-<strip>
 ^timeout = [5-6]$
 </strip>
 <protocol>
index e37fd4e04f694ce883bc89384d07b8d2088c7a20..5ab3e41ac6dd9a956e2c07bb15a989233d16f2f4 100644 (file)
@@ -73,9 +73,6 @@ moo
 # Verify data after the test has been "shot"
 <verify>
 <strip>
-QUIT
-</strip>
-<strip>
 ^timeout = [5-6]$
 </strip>
 <protocol>
index 05f23ab743dc774c0bbefe5cda8a09cc1d040e25..7cab984ce5ab4ee7632b5f48f362f397dae779a4 100644 (file)
@@ -48,9 +48,6 @@ machine %HOSTIP login user2 password passwd2
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER userdef\r
 PASS passwddef\r
index c4ccb6b2c321d150152a228890eb42e2ad87a426..1ee313d76ac947e5c68dc7a10dd9407dfa15613c 100644 (file)
@@ -33,9 +33,6 @@ data blobb
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 01dcad0eea79c2bc508cffb46b482531f35d05b5..6830727ab6fb35790286457b90f9372a81739410 100644 (file)
@@ -34,9 +34,6 @@ data blobb
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a16bf42113e493b3c89b79fca61c20b863fd8472..045ad3769a07965dd715344f65fc93d759279157 100644 (file)
@@ -39,9 +39,6 @@ data blobb
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip the addresses and port number but leave the rest
 <strippart>
 s/^(EPRT \|1\|)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|/$1/
index d2ba2c702f29fef964b86b44c7f01a09093ff1f1..058639f272cbb31000fcdc04b73c32be8aa8be9e 100644 (file)
@@ -38,9 +38,6 @@ ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER/ ftp://%HOSTIP:%FTPPORT/a/path/%TESTNU
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index a0ec72be1e41ed1c7ef06143b6775285abfa1c80..1be87c0d1ea409f3313d9895ac5905bb8a8ceab5 100644 (file)
@@ -27,9 +27,6 @@ upload this file twice
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index bf55fdd6c695c1e07102ae14adea553c3838a2eb..f7b445185d7d51a9427f6d0fa8337fcc74735798 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FA
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index ae19b534b0da6d014c4a5752398804ff9bf416d4..8e7d73ff0c98d41450ad22d82fd9bf8afa9cc697 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-account "one count"
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index cbb581a4abebd4864ff098ef76f524a721f59773..198976bf96dd1adaa084d59a3960666a2a70e88f 100644 (file)
@@ -41,9 +41,6 @@ FTP retrieve a byte-range with end larger than file
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol crlf="yes">
 USER anonymous
 PASS ftp@example.com
index 4e112398a089d823bd1e4db0bbd9f43de63c6153..7081a776c8f5c74759ef71bb593023faad1651c6 100644 (file)
@@ -33,9 +33,6 @@ worx?
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 13493f26a53a2fee8d4c27ac4e972d752cf79505..a66fa046d93e7527c105897082c51d4c32496e43 100644 (file)
@@ -33,9 +33,6 @@ Test data
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 
 <protocol>
 USER anonymous\r
index 3173237eb737facd6b3ac3e69b629d146a7d130d..6e2af83d7e45aa50cf6d0e3a47eba2c7b7d57f63 100644 (file)
@@ -27,9 +27,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # 13 = CURLE_FTP_WEIRD_PASV_REPLY
 <errorcode>
 13
index ad9cf4fe2d33a11889ec86e52ff0c721f36a2901..782be2be403fce95c13694dadaf6aab965d51a03 100644 (file)
@@ -41,9 +41,6 @@ FTP dir listing with nocwd and URL encoded path
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index db11c93b2964ffd8f37f1f3f7f190ea5f0f0a3e4..8b154f419b78c4a89c9c376aee1e3344df1afb09 100644 (file)
@@ -35,9 +35,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt -z "apr 1 2005
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index ed3f3779ff9e4c02ef5e98cb0f9b196e56557829..b497dd7af2821336b1b401f2dbb7af88c55e0c3a 100644 (file)
@@ -36,9 +36,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt -z "apr 1 2005
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload>
 data
     to
index 59f7fa31150a9365c179458e61f8509cef7db664..4f01ea79a38a002de0a637d354ce9f2e2caae2d5 100644 (file)
@@ -46,9 +46,6 @@ ftp://%HOSTIP:%FTPPORT/
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 6de2003c8f9ef78164a534ac2fef6c6a5baad9d6..9ed8c9488009b8aa9174033ac440584a4ed44b39 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 35c3014a0bc9c12cd2c21eafce28b44a467adf7f..1480ee1ec1dc672b6ecbd42dd45c1be1ac242126 100644 (file)
@@ -45,9 +45,6 @@ FTP IPv6 dir list PASV
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8f7192d21b982c1a101531379b0074a88e4c8db5..01ec416ac62e65d7fcfc6b5deab2252a641d3b5d 100644 (file)
@@ -45,9 +45,6 @@ FTP IPv6 dir list with EPRT
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <strippart>
 s/^(EPRT \|2\|::1\|)(.*)/$1/
 </strippart>
index ede445355a65d82f2269bc9a50d3982678b484b8..90b58a0b30675c826562905adfaed97c2ef31905 100644 (file)
@@ -46,9 +46,6 @@ FTP IPv6 dir list PASV and --disable-epsv
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 190908e3504c4d0d7377b5d6a551a8a8ab03370b..1a1526a10caf49ed14fe5b2bc28f6a75966bd475 100644 (file)
@@ -46,9 +46,6 @@ FTP IPv6 dir list with EPRT and --disable-eprt
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <strippart>
 s/^(EPRT \|2\|::1\|)(.*)/$1/
 </strippart>
index 192b2bcd7d3e6174ae0ca3d1788ca522d1909563..d5f940372e8dcb6fbf388f9fb9e7fd285eaf8533 100644 (file)
@@ -34,9 +34,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f4f5a023165ce26b046434f039a19a43fd8394b1..efa183f1559be0c85593c52c58aa62e16b4c9490 100644 (file)
@@ -36,9 +36,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-skip-pasv-ip --disable-epsv
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 5607a1081693ef1bf7277674cfb35f23e9561d32..2857c3eac3a18be2cb456dd88cee1c0fc7d21b5d 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -z "2004 jan 1 12:12:12 UTC"
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index dbe809e1da5e730ec74c8f99c2ed253cddc40755..1aee4b517f1159f15c77de1547dc6423579eb51a 100644 (file)
@@ -46,9 +46,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ --ftp-alternative-to-user "USER replacement"
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 USER replacement\r
index 6ffa9a7261bc012cc0c4800f72038f2eee62204b..e7048a5384d5e5552109090919fc727c31f4b74c 100644 (file)
@@ -27,9 +27,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --max-filesize 30
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 63
 </errorcode>
index 2385f7db4ff9773524a59c13551e9df1d2a41957..05cc2b444a0687f7e7885c8821175977f534bc7f 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --max-filesize 100
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4e2e9857d16b3709cf5e80dfbc1afc2cf48213d8..67108aedb91f365bdda622494aab08efc24e38c4 100644 (file)
@@ -47,9 +47,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ --ftp-account "data for acct"
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d4b87dfa4f14263e98580bd6f774d0e79014a041..c88ec99bf7cf6ae7ad532f49731e16d115c957f9 100644 (file)
@@ -31,9 +31,6 @@ FTP CWD with --ftp-method multicwd
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d982a3b7f5a799d1361626bca0b88ea3442cd068..99c10d3e135bce97db8b1011a667fa4310ab6954 100644 (file)
@@ -31,9 +31,6 @@ FTP CWD with --ftp-method singlecwd
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 3880a60732df793fcdd41a0bfc74ee4c8e75c097..5188c85477d1b11fa8e69499f9f2f693883aa4ba 100644 (file)
@@ -31,9 +31,6 @@ FTP CWD with --ftp-method nocwd
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 416c0079db5aa0305330391591a381c429effe4e..05a811f4e801df533c4ca0505665880e2f925fa8 100644 (file)
@@ -40,9 +40,6 @@ data blobb
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 4e881379a008a6c09eec73c4cc8474351c40b6ea..f50b42adb3320f83e4c4c9798c39f5bb0551da75 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --range 3-6
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index b82f947868f9e6960afa3536454786263f974029..d44a712fbbb7b57a320d878fa96a328477c43c29 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --range 3-6
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 988e5bd049782a08b954add4fed0fbca3ed350ef..55e9d608ddc8f0e3d8f520453b11728191a15297 100644 (file)
@@ -36,9 +36,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload>
 data
     to
index 7342275d452a8a45a8fa69bfe13f2c5f5616479a..3eb8b80aa6bd405fb377dd68a59abef8279cb165 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT// --ftp-method multicwd
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 31c07fa3c9ba1160db5bc76115e5e15348ca03db..ffa93e3e2987817f4752341dd3738c75714341d2 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT// --ftp-method nocwd
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d54ab60ebf19e78946f1b34919c2040f30e20b55..0cc4d69fd1e45dffc1edc893d7b5ce7b2635a1a6 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT// --ftp-method singlecwd
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index dedd06960bf1a1d08b6bf4c0a7062f6460d328dc..a94828bd6b987a9f033e2d5d3ab9ebe3c5b6183a 100644 (file)
@@ -41,9 +41,6 @@ ftp://%HOSTIP:%FTPPORT/ --ftp-method singlecwd
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 9a40d49c61d862f30da44130933bf9194290c935..dc6d732d8ba281ff39e66c5837bbfd81692c793c 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PWD\r
index d259593fd8749dc3cd8edb8070c16778fd32231c..e8ce9731ed83b8f041955c88efcf6e0eda3fb801 100644 (file)
@@ -29,9 +29,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --continue-at
 </client>
 
 <verify>
-<strip>
-QUIT
-</strip>
 <upload>
 data
     to
index 47676e3dd8e156f5a3a01803ae4095caba1aa1b2..f9ccafdabc2826f5390e320cebf309c4711380b1 100644 (file)
@@ -48,9 +48,6 @@ machine %HOSTIP login mary password yram
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER mary\r
 PASS yram\r
index bf2877302424878ca03d521c8eac2df19746d160..41b9eb779c74194d9de2fa489694e57b6f594afd 100644 (file)
@@ -52,9 +52,6 @@ machine %HOSTIP login mary password yram
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER mary\r
 PASS drfrank\r
index f50ad70dda985b94dd73ca9a80b8da2e6f6cd165..b6b10b3df2c00dddc211d5680a89bd2047b22d73 100644 (file)
@@ -38,9 +38,6 @@ FTP growing file support
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 75e0e6b93ac787afb152dead4ea637b785ec5b8d..32ad8071f540f0846fccd7919a32e9cac1bb4f99 100644 (file)
@@ -30,9 +30,6 @@ FTP PASV upload ASCII file
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload crlf="yes" nonewline="yes">
 %repeat[1750 x a line of text used for verifying this !%0a]%
 </upload>
index 2396d3eeaabc761be30388dcbb2ca18a7eaafdb6..792488fd174c80c83253a790d5bc0bb341f83ff2 100644 (file)
@@ -26,9 +26,6 @@ FTP PASV upload ASCII file already using CRLF
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload crlf="yes" nonewline="yes">
 %repeat[1750 x a line of text used for verifying this !%0a]%
 </upload>
index c089d75c776617ffdc90cc81061412f911461ebd..648318729d113c3f03a27a8a7d932595d5a3b2c5 100644 (file)
@@ -46,9 +46,6 @@ machine %HOSTIP login user1 password passwd1
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER user1\r
 PASS passwd1\r
index 70dfcda06aea1cf826dcf18a73f152956cd7011b..53a9d47927c0e5b3aa18995532a8f4941a01e813 100644 (file)
@@ -41,9 +41,6 @@ works?
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload>
 Contents
 of
index 7637dcededf0c9af79c43dcf61cc0eb405630dd2..adcabe8bda6c6e0a725138761d7b3ad96df67dcb 100644 (file)
@@ -35,9 +35,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # CURLE_REMOTE_FILE_NOT_FOUND
 <errorcode>
 78
index 17d89199bfe90b950497a379cab763d032eabe92..6a27bb3f8e4984c44c63d7df3041be685ace0774 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/520
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 
 <protocol>
 USER anonymous\r
index eaeb040d322bb367d6d29149b59e578a6d55cdcd..90473b33a0b78c781370f82a32de3d1d178b6a9c 100644 (file)
@@ -44,9 +44,6 @@ ftp://%HOSTIP/%TESTNUMBER/ %FTPPORT
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER xxx\r
 PASS yyy\r
index 82a85276fee6fdd55fee32ab9a2165a4d7cfbc86..2b96a7fd96731c3d63de186fde0b79fc1eb42ecc 100644 (file)
@@ -36,9 +36,6 @@ Moooooooooooo
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 3a303e9a0065bf5b1cfdc45a713b2881f3c1aa60..85b24d5db924330aa6dee157752e5a62d0722954 100644 (file)
@@ -39,9 +39,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 2522af586b9032bd543717783d84cd7a0225454d..3cfe7998cc16cbb78f4b4f24e927d2a6af3f044d 100644 (file)
@@ -39,9 +39,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 243cc11d77460a5e0e1cb59af8dc72d59686414d..1c21c15efe0d4e4a749e642506fd8918828d2225 100644 (file)
@@ -36,9 +36,6 @@ Moooooooooooo
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 33739ea7ebe25d5b29fca4e7db7507b9f37a8719..59501d5ead4e716bd80b1e34810a316f6139ab37 100644 (file)
@@ -39,9 +39,6 @@ don't upload this
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip all valid kinds of PORT and EPRT that curl can send
 <strip>
 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
index 255c0551889fafa978cab5ed7eae259c767a0709..ac97e89b9cab4deb89043c5cb033fb9039acd55e 100644 (file)
@@ -39,9 +39,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f6467acaa61f47494406481b147e3c6f7fd1c8f0..1dbceb6dd3b535f6f46b5f9f25fc48a3172b62dc 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 87b98b5e793780739c5ef1ec4139e7c664576a22..0e0f35abdd15e05a9388eec61396c0855267ad75 100644 (file)
@@ -38,9 +38,6 @@ ftp://non-existing-host.haxx.se/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TE
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index b774ead0bb4b5f488f00a2a42d4a5b8da4269ea1..7985a52347e08309a4279ed579e1bc23d695325f 100644 (file)
@@ -43,9 +43,6 @@ ftp://%HOSTIP:%FTPPORT/path/to/the/file/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index ed4de68b982adeb5eca9421959b54d27023247ea..787faa3d98c56bcd2a1254beeef1fe58e69eb0bd 100644 (file)
@@ -41,9 +41,6 @@ works?
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <upload>
 </upload>
 <protocol>
index 4a412c8bf9c8858b14ea89250b1ffef8051000f4..b39b1b30d1a57bd5894e6e4cf6a2c32a855f3c20 100644 (file)
@@ -44,9 +44,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 # There's no MTDM in the protocol here since this code doesn't ask for the
 # time/date of the file
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 6021b6758172e94bfc073518b9c67a5af7fe0437..f8f01641a0aa61cbb947573dcb22735855c2bcf6 100644 (file)
@@ -44,9 +44,6 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index c2cf2546ca073027b0ec24e6fc143984d8a208a6..d1793891d077cab23cb6c9af9528ade973f9a63f 100644 (file)
@@ -39,9 +39,6 @@ FTP a type=A URL and CURLOPT_PORT set
 # There's no MTDM in the protocol here since this code doesn't ask for the
 # time/date of the file
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 3b0a2ae1ed3d368e296470b07797bf1bcb22d631..96a6f9b1a6b7bcae19244277f376a1e0da949a9e 100644 (file)
@@ -45,9 +45,6 @@ proxy
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 46c4883b6100e02d154cf0468d3e8bd77b2a3bf6..1b185e98a926fbb20d5b2a4783e0a7102cdf179a 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*.txt
 ############################################
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 0
 </errorcode>
index 4ed302fbb1ba21322e3d143ddc73fef06ab3db83..b1725a9b2a73ba7a4ffcd8024a5cd672bc253d85 100644 (file)
@@ -32,9 +32,6 @@ ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*
 </client>
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <errorcode>
 0
 </errorcode>
index d0bc54e1eede896f3541f9fc665a2082cd061ff1..cc3fe526545d6136676cb3257af176e6c4a0b9c1 100644 (file)
@@ -34,8 +34,6 @@ Moooooooooooo
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-</strip>
 <protocol>
 </protocol>
 <file name="%LOGDIR/file%TESTNUMBER.txt">
index b1cd990025032c720da0bc87e03e5489829d4b95..d441ff5ecfce0f8e1e1f8de1dad0fdae04ce648b 100644 (file)
@@ -45,9 +45,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index d41131c42382623ca84d535fbd7082a442257a92..9c8c5f32024276a661e8c4cb92385ee296a597bf 100644 (file)
@@ -45,9 +45,6 @@ Moooooooooooo
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip off parts of the PORT and EPRT commands that might differ
 <strippart>
 s/^PORT (.*)/PORT/
index 10d12ca263dddfc1add9651dbe1dd0276dcc94da..d1cbf082a4facf2aaba05b8301d4f1f8b3f20d5a 100644 (file)
@@ -47,9 +47,6 @@ Moooooooooooo for %TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip off parts of the PORT and EPRT commands that might differ
 <strippart>
 s/^PORT (.*)/PORT/
index a6fbaf72b5ea797ddd3a3889e1a76f8bdbb80d12..f77eb9a870696ab574be93b943d89f7e99519665 100644 (file)
@@ -47,9 +47,6 @@ Moooooooooooo for %TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip off parts of the PORT and EPRT commands that might differ
 <strippart>
 s/^PORT (.*)/PORT/
index 5c3bdf35fecc93d801c7603d7610e8ba997273da..9a15a5184e926c5f00f9bbf11eb1d27bdd59eb97 100644 (file)
@@ -47,9 +47,6 @@ Moooooooooooo for %TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip off parts of the PORT and EPRT commands that might differ
 <strippart>
 s/^PORT (.*)/PORT/
index e0dfc56e35b041d37b703ee0a6f045714fda1b1e..cd98f0b9d8a4cf8489d26a7cdf6435cd1979c9e8 100644 (file)
@@ -49,9 +49,6 @@ Moooooooooooo for %TESTNUMBER
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 # Strip off parts of the PORT and EPRT commands that might differ
 <strippart>
 s/^PORT (.*)/PORT/
index 9a80aa7e262a607dc4bb5ef9d26ea01cccf17c4b..65f23f7ead510b0be3bf5a51e31bdb24a893da20 100644 (file)
@@ -43,9 +43,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/ip%TESTNUMBER
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 38f24ab92cfb13da35e8dd546522f3dd7f0e28d1..2c257a704adbd22c126dc57a10440863388cf58c 100644 (file)
@@ -43,9 +43,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/ip%TESTNUMBER activeftp
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <strippart>
 s/^(EPRT \|1\|)(.*)/$1/
 </strippart>
index 799d51e2d5a95da4fc881a9827274068313ab0c3..5965bd8aeacb7fc9e0f67d795131c0f748c0d076 100644 (file)
@@ -33,9 +33,6 @@ ftp://%HOSTIP:%FTPPORT/
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 5fdf10541d21536cd24677c161155579d2e12ea9..10cf42cea9416456d1df84d090f9de439b497db3 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-account "one count" ftp://%HOSTIP:%FTPP
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 8fbb24ba550cfa15aba5442efb6b0f4533ed6efa..faafd903850d5d45e4b36a609e8af185e3d49e48 100644 (file)
@@ -47,9 +47,6 @@ FTP dir list PASV via SOCKS4
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index f22b2010ee1206f2b3f1e59827c917da0a530cbe..2c41dfea70d242402a87ee09f2e1e1842e5a98c1 100644 (file)
@@ -47,9 +47,6 @@ FTP dir list PASV via SOCKS5
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 288fcc1df493e1d8998313e3c4322ed24da36971..355ca0e51efeafec5026dae17de3c2f7e908e858 100644 (file)
@@ -43,9 +43,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index ef64b3f5bc32b7d68d506569319290462a37de6f..7bcc2a1bbb40e7fba92a35eb4ed882e44f2db12d 100644 (file)
@@ -37,9 +37,6 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --proxy socks5://%HOSTIP:%SOCKSPORT
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 81374027fe71dc73b2f495e02cbdd8b1a5533563..44820a78ffc762c79067395cdad7353f0e3cea9a 100644 (file)
@@ -38,9 +38,6 @@ ftp://ftp.example.com/%TESTNUMBER --connect-to ::%HOSTIP:%FTPPORT --proxy socks5
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 6414188e6fabd03f240b139332fa94bd49573672..a38400bb809805a208b66144611a3902adc9de74 100644 (file)
@@ -57,9 +57,6 @@ ftp://ftp.example.com.%TESTNUMBER/%TESTNUMBER --connect-to ::connect.example.com
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index e931e0d608265e5d70b293fc9a78a6c1f36900b5..6f9670af54d7e9e5638214c13dc281fdbc73d030 100644 (file)
@@ -59,9 +59,6 @@ ftp://ftp.example.com.%TESTNUMBER/%TESTNUMBER --connect-to ::connect.example.com
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 9253d9f2257c7f703629a61d1a22e880b5fd2b8c..42234bab225e3161a560a5dd7dc65c6465cdbaf9 100644 (file)
@@ -42,9 +42,6 @@ ftp://%HOSTIP:%FTPPORT/path/ -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q
 
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
index 16c9929e06be0ccff6f92c0a9d756ba21324adb0..edf2973ebeffc8b6ab1f52fd0649782da5eddcd7 100644 (file)
@@ -66,9 +66,6 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER -L -u joe:secret
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 GET /%TESTNUMBER HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
index 1add45791016ea7051d0241ca6b6bcecb3c06336..971e35d34014de4e9e895ec8d392c5e352129f79 100644 (file)
@@ -66,9 +66,6 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER --location-trusted -u joe:secret
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 GET /%TESTNUMBER HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
index c3594913d49a8042e7a19925b373c468f4be9216..efb03cac4c705b17da97781c42025434036560b5 100644 (file)
@@ -69,9 +69,6 @@ HTTP with auth in URL redirected to another host
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 GET http://somewhere.example/998 HTTP/1.1\r
 Host: somewhere.example\r
index 4f5fafe6f8784c8b5d5d98c58476d9224c980a1f..c0dc52328def40b6cc90fec3487f386897fe8826 100644 (file)
@@ -59,9 +59,6 @@ HTTP with auth in first URL but not second
 #
 # Verify data after the test has been "shot"
 <verify>
-<strip>
-QUIT
-</strip>
 <protocol>
 GET http://somewhere.example/%TESTNUMBER HTTP/1.1\r
 Host: somewhere.example\r