mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-31 01:27:48 +02:00
Use correct container name
This commit is contained in:
parent
9d90df7064
commit
5be2fdc3cd
@ -15,6 +15,6 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "checking process: postgrey (disabled in default configuration)" {
|
||||
run docker exec mail /bin/bash -c "ps aux --forest | grep -v grep | grep 'postgrey'"
|
||||
run docker exec $CONTAINER /bin/bash -c "ps aux --forest | grep -v grep | grep 'postgrey'"
|
||||
assert_failure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user