From 9448a01fdb793e37f805f3246676f853f69d1766 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 7 Apr 2022 16:21:56 +0000 Subject: [PATCH] use the types block instead of `map' in the tests too --- regress/tests.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/tests.sh b/regress/tests.sh index 0ee543b..41839d3 100644 --- a/regress/tests.sh +++ b/regress/tests.sh @@ -62,7 +62,11 @@ test_dont_execute_scripts() { } test_custom_mime() { - setup_simple_test 'map "text/x-funny" to-ext "gmi"' '' + setup_simple_test ' +types { + text/x-funny gmi +} +' '' fetch_hdr / check_reply "20 text/x-funny"