mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-07 02:26:27 +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)" {
|
@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
|
assert_failure
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user