From 5069732befce98e9e9befbf0ef6b56a039a17d5b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 23 Jan 2024 10:46:27 +0000 Subject: [PATCH] script/tests: fix header detection. The case has changed here but the header is still present. --- script/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tests b/script/tests index 16919559a..372a3f8d2 100755 --- a/script/tests +++ b/script/tests @@ -17,7 +17,7 @@ SERVER_PID="$!" sleep 15 curl -O http://localhost:3000/strap.sh -curl -sSL -D - -o /dev/null http://localhost:3000/strap.sh | grep "X-Frame-Options: DENY" +curl -sSL -D - -o /dev/null http://localhost:3000/strap.sh | grep -i "x-frame-options: DENY" kill "$SERVER_PID" wait "$SERVER_PID" || true