Use correct container name

This commit is contained in:
Martin Schulze 2019-08-16 19:20:31 +02:00
parent 9d90df7064
commit 5be2fdc3cd
1 changed files with 1 additions and 1 deletions

View File

@ -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
}