From 6ed19997a551e42db9a831b0b9ebf3164070fbf8 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Sat, 13 Oct 2018 16:40:49 +0000 Subject: [PATCH] fix test --- README.md | 11 +++++------ tests/image.bats | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c2eced..1a41af3 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ Files you must supply/override in your downstream builds: > entityID

***New in the 3.0 release:*** ->The image is based from the public CentOS7 image ->The TIER logging format has been implemented for shibd and httpd ->Everything now runs under supervisord ->The TIER Beacon has been implemented ->The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file - +* The image is based from the public CentOS7 image +* The TIER logging format has been implemented for shibd and httpd +* Everything now runs under supervisord +* The TIER Beacon has been implemented +* The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file diff --git a/tests/image.bats b/tests/image.bats index 2ab8f4b..070a19f 100644 --- a/tests/image.bats +++ b/tests/image.bats @@ -22,8 +22,8 @@ load ../common docker run -i $maintainer/$imagename find /usr/local/bin/shibboleth_keygen.sh } -@test "Includes httpd + shibd startup script" { - docker run -i $maintainer/$imagename find /usr/local/bin/httpd-shib-foreground +@test "Includes startup script" { + docker run -i $maintainer/$imagename find /usr/local/bin/startup.sh } @test "070 There are no known security vulnerabilities" {