Skip to content

Commit 06c2e58

Browse files
committed
Use lower case account name
1 parent 24d3bc7 commit 06c2e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,9 +1670,9 @@ function check_ip_not_banned(){
16701670
}
16711671

16721672
@test "MAIL: Add account 6" {
1673-
run v-add-mail-account $user $domain "0AA" "$userpass2"
1673+
run v-add-mail-account $user $domain "0aa" "$userpass2"
16741674
assert_success
1675-
assert_file_contains /etc/exim4/domains/$domain/limits "0AA"
1675+
assert_file_contains /etc/exim4/domains/$domain/limits "0aa@$domain"
16761676
refute_output
16771677
}
16781678

0 commit comments

Comments
 (0)