mirror of https://github.com/nealey/eris.git
Add stunnel logging test (duh)
This commit is contained in:
parent
48bb066488
commit
6dd03561d6
4
test.sh
4
test.sh
|
@ -142,6 +142,10 @@ title "Logging busybox"
|
|||
(printf 'GET /index.html HTTP/1.1\r\nHost: host\r\n\r\n' |
|
||||
PROTO=TCP TCPREMOTEADDR=[::1]:8765 $HTTPD >/dev/null) 2>&1 | grep -Fxq '[::1]:8765 200 6 host (null) (null) /index.html' && pass || fail
|
||||
|
||||
title "Logging stunnel"
|
||||
(printf 'GET /index.html HTTP/1.1\r\nHost: host\r\n\r\n' |
|
||||
REMOTE_HOST=::1 REMOTE_PORT=8765 $HTTPD >/dev/null) 2>&1 | grep -Fxq '::1:8765 200 6 host (null) (null) /index.html' && pass || fail
|
||||
|
||||
|
||||
|
||||
H "Options"
|
||||
|
|
Loading…
Reference in New Issue