Fix: Test is not running in a TTY

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-04-23 11:34:16 +02:00
parent e0081481e5
commit c94218f4a3
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -29,7 +29,7 @@ docker run -d --name luzifer-openfire $(docker build -q .)
trap cleanup EXIT
sleep 5 # Container needs a moment to spin up
docker exec -ti luzifer-openfire sh -exc 'apk --no-cache add curl && curl -sL localhost:9090/index.jsp | grep -q "Openfire Setup"'
docker exec -i luzifer-openfire sh -exc 'apk --no-cache add curl && curl -sL localhost:9090/index.jsp | grep -q "Openfire Setup"'
### ---- ###