From 46d04007796f875e9a6538e27c999d1488392ee4 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 9 Nov 2022 22:12:39 +0000 Subject: [PATCH] fix test --- tests/fulltest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fulltest.sh b/tests/fulltest.sh index 595c783..fc1116e 100755 --- a/tests/fulltest.sh +++ b/tests/fulltest.sh @@ -1,6 +1,6 @@ #!/bin/bash -. ../common.bash +. ./common.bash pushd test-compose &>/dev/null echo "Launching fresh containers..." @@ -45,7 +45,7 @@ rm -f ./lastpage.txt #fi # replace FROM line in IdP Dockerfile to newly-built local image -sed -i '/FROM/c\FROM ${imagename}_${tag}' ../test-compose/idp/Dockerfile +sed -i "/FROM/c\FROM ${imagename}_${tag}" ../test-compose/idp/Dockerfile echo "Attempting full-cycle test..." #webisoget -verbose -out ./lastpage.txt -formfile ./sptest.login -url https://sptest.example.edu:8443/secure/index.php