From 2b026054acc59337d13ecb49d02d1247455ffe89 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 13 Apr 2022 17:32:32 +0300 Subject: app.py: print HTTP status when CGIing --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 46c136f..90c0a1f 100755 --- a/test/test.sh +++ b/test/test.sh @@ -147,7 +147,7 @@ run_curl_tests() { } cgi_check_header() { - local expected='Content-Type: text/html; charset=utf-8' + local expected='200 OK' local actual actual="$( head -n 1 -- "$curl_output_file" )" -- cgit v1.2.3