From: Alexander Færøy Date: Thu, 28 Sep 2017 16:46:18 +0000 (+0200) Subject: Enable disabled test that was disabled due to bug #23551 X-Git-Tag: tor-0.3.2.2-alpha~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2fac2c6b0f9a2bdc9198cca900dbbf3440c34d1;p=thirdparty%2Ftor.git Enable disabled test that was disabled due to bug #23551 See: https://bugs.torproject.org/23551 --- diff --git a/src/test/test_util.c b/src/test/test_util.c index 162f6fbc0a..a46e82c715 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -6086,8 +6086,7 @@ struct testcase_t util_tests[] = { COMPRESS_DOS(zlib, "deflate"), COMPRESS_DOS(gzip, "gzip"), COMPRESS_DOS(lzma, "x-tor-lzma"), - // Disabled for now, since it triggers #23551 - // COMPRESS_DOS(zstd, "x-zstd"), + COMPRESS_DOS(zstd, "x-zstd"), UTIL_TEST(gzip_compression_bomb, TT_FORK), UTIL_LEGACY(datadir), UTIL_LEGACY(memarea),