diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 11:02:59 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 11:35:13 +0200 |
commit | ce5bb34296429bd2401bb51c01522dd0c1bfbf83 (patch) | |
tree | 7adb6b23abbbeaab6bcae63acf555c1861afe670 /test | |
parent | src: shorter import (diff) | |
download | linux-status-ce5bb34296429bd2401bb51c01522dd0c1bfbf83.tar.gz linux-status-ce5bb34296429bd2401bb51c01522dd0c1bfbf83.zip |
app.py: print HTTP status when CGIing
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 8597a24..3b22039 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" )" |