tests: ignore QUIT from FTP protocol comparisons

- QUIT is not an important FTP command
- curl only sends it "best effort", meaning it might not be sent
- it is a known "flaky" thing in test output because of this

Closes #14404
This commit is contained in:
Daniel Stenberg 2024-08-05 23:54:13 +02:00
parent b3490c5bc4
commit cd4aee156f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
216 changed files with 648 additions and 0 deletions

View File

@ -41,6 +41,9 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -31,6 +31,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ -I
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ 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}

View File

@ -42,6 +42,9 @@ 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
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -52,6 +52,9 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -L
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
GET /%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT

View File

@ -33,6 +33,9 @@ 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}

View File

@ -40,6 +40,9 @@ This is the start!!
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -39,6 +39,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C -
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ worx?
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ worx?
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -27,6 +27,9 @@ ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER --head
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -43,6 +43,9 @@ ftp://%HOSTIP:%FTPPORT/ --interface %CLIENTIP
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -52,6 +52,9 @@ perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ ftp://userdude:passfellow@%HOSTIP:%FTPPORT/%TESTNUMBER --use-ascii
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER userdude
PASS passfellow

View File

@ -47,6 +47,9 @@ perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP
# 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/

View File

@ -54,6 +54,9 @@ the
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT

View File

@ -36,6 +36,9 @@ 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
PASS ftp@example.com

View File

@ -35,6 +35,9 @@ 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
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -30,6 +30,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<upload>
data
to

View File

@ -31,6 +31,9 @@ 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}

View File

@ -31,6 +31,9 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -30,6 +30,9 @@ FTP URL with type=i
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -30,6 +30,9 @@ 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>

View File

@ -36,6 +36,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 20
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-pret
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -29,6 +29,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 2000
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
36
</errorcode>

View File

@ -36,6 +36,9 @@ 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>

View File

@ -31,6 +31,9 @@ worx?
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ignore-content-length
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -42,6 +42,9 @@ 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
PASS ftp@example.com

View File

@ -29,6 +29,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
13
</errorcode>

View File

@ -45,6 +45,9 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -45,6 +45,9 @@ ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -35,6 +35,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P 1.2.3.4
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
30
</errorcode>

View File

@ -37,6 +37,9 @@ MSYS2_ARG_CONV_EXCL=ftp://
</setenv>
</client>
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ FTP wildcard with pattern ending with an open-bracket
</command>
</client>
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -28,6 +28,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
17
</errorcode>

View File

@ -31,6 +31,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
19
</errorcode>

View File

@ -30,6 +30,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P -
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
19
</errorcode>

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "-DELE file"
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ 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>

View File

@ -33,6 +33,9 @@ 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>

View File

@ -35,6 +35,9 @@ 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
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ 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}

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
PWD
EPSV

View File

@ -31,6 +31,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 5
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT//%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ 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
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT//%TESTNUMBER --ftp-method singlecwd
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT//%TESTNUMBER --ftp-method nocwd
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -28,6 +28,9 @@ 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
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -27,6 +27,9 @@ ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<errorcode>
9
</errorcode>

View File

@ -32,6 +32,9 @@ ftp://%HOSTIP:%FTPPORT/blalbla/lululul/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -28,6 +28,9 @@ ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "-1 jan 2001"
</client>
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -29,6 +29,9 @@ ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER --disable-epsv
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -35,6 +35,9 @@ the
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -50,6 +50,9 @@ default login userdef password passwddef
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER user1
PASS passwd1

View File

@ -47,6 +47,9 @@ machine %HOSTIP login user2 password passwd2
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER user2
PASS passwd2

View File

@ -60,6 +60,9 @@ ftp://ftp.%TESTNUMBER:%FTPPORT/ -p -x %HOSTIP:%PROXYPORT
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -47,6 +47,9 @@ machine %HOSTIP login user2 password passwd2
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER mary
PASS mark

View File

@ -47,6 +47,9 @@ machine %HOSTIP login mary password drfrank
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER mary
PASS drfrank

View File

@ -49,6 +49,9 @@ machine %HOSTIP login user2 password passwd2
#
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER romulus
PASS rhemus

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D %LOGDIR/heads%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ FTP retrieve a byte-range
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D -
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ 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
PASS ftp@example.com

View File

@ -38,6 +38,9 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D -
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ 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
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D -
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -37,6 +37,9 @@ ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -48,6 +48,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -48,6 +48,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -48,6 +48,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -49,6 +49,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -28,6 +28,9 @@ FTP with user and no password
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER user
PASS

View File

@ -49,6 +49,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -48,6 +48,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -48,6 +48,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -48,6 +48,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/name%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -31,6 +31,9 @@ ftp://%HOSTIP:%FTPPORT/blalbla/lululul/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -34,6 +34,9 @@ ftp://%HOSTIP:%FTPPORT/blalbla/lululul/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -33,6 +33,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

View File

@ -32,6 +32,9 @@ perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
<protocol>
USER anonymous
PASS ftp@example.com

Some files were not shown because too many files have changed in this diff Show More