1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Separate miab and miab-ldap migrations

Add tests for migrating from miab w/totp (migration 13) to miab-ldap
This commit is contained in:
downtownallday
2020-09-16 09:00:27 -04:00
parent b3e789a4e2
commit 7c29628530
10 changed files with 169 additions and 18 deletions

View File

@@ -168,7 +168,7 @@ skip_test() {
if [ "$SKIP_REMOTE_SMTP_TESTS" == "yes" ] &&
array_contains "remote-smtp" "$@";
then
test_skip "-no-smtp-remote option given"
test_skip "no-smtp-remote option given"
return 0
fi

View File

@@ -38,7 +38,7 @@ verify_populate() {
suite_start "upgrade"
suite_start "upgrade-$1"
export ASSETS_DIR
export MIAB_DIR