Sashan

Results 48 issues of Sashan

it fails with error as follows: not ok ERROR include_directory_wildcard_issue1472 t/lib/ProFTPD/Tests/Config/Include.pm:865 - include_directory_wildcard_issue1472(ProFTPD::Tests::Config::Include) RETR test.txt succeeded unexpectedly at t/lib/ProFTPD/Tests/Config/Include.pm line 828. the error which causes the failure is caused by...

…to deal with ABOR command reply properly this is related to issue #1499, I've just decided to keep it as separate change.

file attributes on Solaris come with `groupname=...;` and `ownername=...` this changeset updates regular expressions to take that into an account.

error: Expected: '.*?test\.d\/test\.lnk \-> test\.d\/test\.txt$', got: ' lrwxrwxrwx 1 anedvedi staff 10 Aug 9 23:42 test.d/test.lnk -> ./test.txt' the thing we have './test.txt' instead of 'test.d/test.txt'

it looks like unit test relies on unique_name() method which should return name generated by STOU command. For reason unknown to me it does not work. patch workarounds that using...

https://github.com/proftpd/proftpd/issues/1499 it's not clear to me what's going on here. the thing is we fail with error: not ok ERROR list_file_after_upload /usr/perl5/site_perl/5.32/Error.pm:461 - list_file_after_upload(ProFTPD::Tests::Commands::LIST) Expected response message 'Transfer complete', got...

s/Operation not permitted/Insufficient privileges

on Solaris rmdir() sets errno to EEXIST when it attempts to destroy directory which is not empty yet. this fixes failure for `t/commands/rmd.t`

`SSL_WRITE_FLAG_CONCLUDE`. Both were introduced by PR #23343. Change also does a minor tweak to Makefile so I can use env. variables to reach for nghttp3 on my system. ##### Checklist...

branch: master
approval: review pending
approval: otc review pending
triaged: documentation
tests: exempted