You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
tests: Migrate Dovecot DBox tests (sdbox + mdbox) (#3051)
* tests: Migrate Dovecot DBox tests to new testing format * tests: Group Dovecot related tests into subfolder
This commit is contained in:
@ -410,8 +410,9 @@ function _count_files_in_directory_in_container()
|
||||
_run_in_container_bash "[[ -d ${DIRECTORY} ]]"
|
||||
assert_success
|
||||
|
||||
_run_in_container_bash "find ${DIRECTORY} -maxdepth 1 -type f -printf 'x\n'"
|
||||
_run_in_container_bash "find ${DIRECTORY} -maxdepth 1 -type f"
|
||||
assert_success
|
||||
|
||||
_should_output_number_of_lines "${NUMBER_OF_LINES}"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user