START	usr.bin/ftp	2024-08-05T12:45:09Z

==== t-dasho-1 ====
Testing ftp -V         file:../src/-

==== t-dasho-2 ====
Testing ftp -V -oX     file:../src/-

==== t-dasho-3 ====
Testing ftp -V -o- -oX file:../src/-

==== t-dasho-4 ====
Testing ftp -V -o-     file:../src/-

==== t-dasho-5 ====
Testing ftp -V -oX -o- file:../src/-

==== t-dasho-6 ====
Testing ftp -V -o./-   file:../src/-

==== t-dasho-7 ====
Testing ftp -V         file:../src/X

==== t-dasho-8 ====
Testing ftp -V -oX     file:../src/X

==== t-dasho-9 ====
Testing ftp -V -o- -oX file:../src/X

==== t-dasho-10 ====
Testing ftp -V -o-     file:../src/X

==== t-dasho-11 ====
Testing ftp -V -oX -o- file:../src/X

==== t-dasho-12 ====
Testing ftp -V -o./-   file:../src/X

==== t-redirect-1 ====
Testing http://localhost:9000/path/to/file => http://localhost:9001/another/file => http://localhost:9001/another/file

==== t-redirect-2 ====
Testing http://localhost:9000/path/to/file => http://localhost:9001/ => http://localhost:9001/

==== t-redirect-3 ====
Testing http://localhost:9000/path/to/file => /another/file => http://localhost:9000/another/file

==== t-redirect-4 ====
Testing http://localhost:9000/path/to/file => / => http://localhost:9000/

==== t-redirect-5 ====
Testing http://localhost:9000/path/to/file => another/file => http://localhost:9000/path/to/another/file

==== t-redirect-6 ====
Testing http://localhost:9000/path/to/file/ => another/file => http://localhost:9000/path/to/file/another/file

==== t-redirect-7 ====
Testing http://localhost:9000/path/to/file => ../ => http://localhost:9000/path/to/../

==== t-redirect-8 ====
Testing http://localhost:9000/path/to/file => http://[localhost]:9001/another/file => http://[localhost]:9001/another/file

==== t-redirect-9 ====
Testing http://localhost:9000/path/to/file => http://[localhost]:9001/ => http://[localhost]:9001/

==== t-redirect-10 ====
Testing http://localhost:9000/p/x?a#b?c#d => another/file => http://localhost:9000/p/another/file

==== t-redirect-11 ====
Testing http://localhost:9000/p/x#b?c#d => another/file => http://localhost:9000/p/another/file

==== t-redirect-12 ====
Testing http://localhost:9000/p/x/#b?c#d => another/file => http://localhost:9000/p/x/another/file

==== t-redirect-13 ====
Testing http://localhost:9000/p/x?aa#bb => another/file?x#yz => http://localhost:9000/p/another/file?x

==== t-redirect-14 ====
Testing http://localhost:9000/p/x/?aa#bb => another/file?x#yz => http://localhost:9000/p/x/another/file?x

==== t-redirect-15 ====
Testing http://localhost:9000/p/x#y?z/k#l?m => file?a#b?c#d => http://localhost:9000/p/file?a

PASS	usr.bin/ftp	Duration 0m07.81s