aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-13 17:32:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-13 17:32:32 +0300
commit2b026054acc59337d13ecb49d02d1247455ffe89 (patch)
tree38cf54ce404182d1df8279300e5b47a47604481b /test
parentworkflows/ci: deploy to Docker Hub, not to host directly (diff)
downloadvoid-2b026054acc59337d13ecb49d02d1247455ffe89.tar.gz
void-2b026054acc59337d13ecb49d02d1247455ffe89.zip
app.py: print HTTP status when CGIing
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
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" )"