1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

test: Test multiline headers in hook output

Hook output is checked to see if it looks like a header, which includes
the possibility of multi-line headers.

This patch extends the tests to include a multi-line header, to prevent
accidental regressions.
This commit is contained in:
Alberto Bertogli
2019-12-01 20:38:50 +00:00
parent 45a294403d
commit 6000d07ad0

View File

@@ -16,4 +16,6 @@ if [ "$RCPT_TO" == "permanent@testserver" ]; then
fi
echo "X-Post-Data: success"
echo "X-Post-Data-Multiline: multiline"
echo " header for testing."