commit 9448a01fdb793e37f805f3246676f853f69d1766 from: Omar Polo date: Thu Apr 07 16:21:56 2022 UTC use the types block instead of `map' in the tests too commit - 6468868fee132f062133ad9a1d373ef213e689f1 commit + 9448a01fdb793e37f805f3246676f853f69d1766 blob - 0ee543b86682af8a853e7856b1fd5f6086c401fc blob + 41839d3197688da80313e59ffca16f8d16ee5125 --- regress/tests.sh +++ 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"