You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
tests: Replace wc -l
with grep -c
(#3752)
This commit is contained in:
@ -264,7 +264,7 @@ EOF
|
||||
#
|
||||
|
||||
@test "amavis: config overrides" {
|
||||
_run_in_container_bash "grep 'Test Verification' /etc/amavis/conf.d/50-user | wc -l"
|
||||
_run_in_container_bash "grep -c 'Test Verification' /etc/amavis/conf.d/50-user"
|
||||
assert_success
|
||||
assert_output 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user