aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-11 11:38:20 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-11 11:38:20 +0200
commitf834a30ed96334439631d58e10c45a19fbec843d (patch)
tree05df9c6c2099d89ef2718880d9031d61647afbe2 /test/test.sh
parentdebian: 2.0-1 (diff)
parentsupport disallowing power requests (diff)
downloadlinux-status-f834a30ed96334439631d58e10c45a19fbec843d.tar.gz
linux-status-f834a30ed96334439631d58e10c45a19fbec843d.zip
Merge tag 'v2.1' into debian
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
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" )"