alloc: write out allocator definitions
[gitweb.git] / t / t5550-http-fetch-dumb.sh
index b35b2610e3d9bca5ac23fc2a663444a919a888e0..01b8aae2ed12eab92ecbfb562cb616e0cfc47202 100755 (executable)
@@ -186,5 +186,10 @@ test_expect_success 'git client shows text/plain with a charset' '
        grep "this is the error message" stderr
 '
 
+test_expect_success 'http error messages are reencoded' '
+       test_must_fail git clone "$HTTPD_URL/error/utf16" 2>stderr &&
+       grep "this is the error message" stderr
+'
+
 stop_httpd
 test_done