Skip to content

Commit

Permalink
Add test for possible syslogd regression (instrumentisto/opendkim-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 4, 2022
1 parent ef0368d commit d671b6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,9 @@ ROUNDCUBE_MINOR_VER=$(echo "$DOCKERFILE" | cut -d '/' -f 1 | tr -d ' ')
run docker run --rm --entrypoint sh $IMAGE -c 'gpg --help'
[ "$status" -eq 0 ]
}


@test "syslogd runs ok" {
run docker run --rm --entrypoint sh $IMAGE -c 'syslogd --help'
[ "$status" -eq 0 ]
}

0 comments on commit d671b6b

Please sign in to comment.