mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +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:
parent
adb30178ae
commit
ed6917ff22
7 changed files with 61 additions and 59 deletions
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue