1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-10 01:17:19 +00:00
This commit is contained in:
downtownallday 2020-06-02 16:58:05 -04:00
parent 504de9874f
commit c0a2e048b3
2 changed files with 1 additions and 7 deletions

View File

@ -103,9 +103,6 @@ mgmt_create_user() {
record "[create user $email]" record "[create user $email]"
mgmt_rest POST /admin/mail/users/add "email=$email" "password=$pass" mgmt_rest POST /admin/mail/users/add "email=$email" "password=$pass"
rc=$? rc=$?
if echo "$REST_OUTPUT" | grep "updated DNS:" >/dev/null; then
systemctl_reset "nsd.service"
fi
return $rc return $rc
} }

View File

@ -202,11 +202,8 @@ test_intl_domains() {
suite_start "management-users" mgmt_start suite_start "management-users" mgmt_start
# for travis-ci
systemctl_reset "nsd.service"
test_mixed_case_users
test_mixed_case_domains test_mixed_case_domains
test_mixed_case_users
test_intl_domains test_intl_domains
suite_end mgmt_end suite_end mgmt_end