mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:43:37 +03:00
badwords: fix issues found in tests
There remain some false positives, hits in test data, and `dir` use, around 100 issues in total. There is no plan to enforce badwords on tests. Also: - badwords.txt: let a few `manpage[s]` occurrences through (in Perl code). Closes #19541
This commit is contained in:
parent
f0de14168a
commit
a87383828e
247 changed files with 594 additions and 595 deletions
|
|
@ -26,7 +26,7 @@ lib%TESTNUMBER
|
|||
FTP a type=A URL and CURLOPT_PORT set
|
||||
</name>
|
||||
|
||||
# note that we need quotes around the URL below to make sure the shell doesn't
|
||||
# note that we need quotes around the URL below to make sure the shell does not
|
||||
# treat the semicolon as a separator!
|
||||
<command>
|
||||
'ftp://%HOSTIP:23456/%TESTNUMBER;type=A' %FTPPORT
|
||||
|
|
@ -36,7 +36,7 @@ FTP a type=A URL and CURLOPT_PORT set
|
|||
|
||||
# Verify data after the test has been "shot"
|
||||
#
|
||||
# There's no MTDM in the protocol here since this code doesn't ask for the
|
||||
# There is no MTDM in the protocol here since this code does not ask for the
|
||||
# time/date of the file
|
||||
<verify>
|
||||
<protocol crlf="yes">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue