]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Enable disabled test that was disabled due to bug #23551
authorAlexander Færøy <ahf@torproject.org>
Thu, 28 Sep 2017 16:46:18 +0000 (18:46 +0200)
committerAlexander Færøy <ahf@torproject.org>
Thu, 28 Sep 2017 16:58:15 +0000 (18:58 +0200)
See: https://bugs.torproject.org/23551

src/test/test_util.c

index 162f6fbc0a2e42c5fa17c0f5ef5799a7bbd98f04..a46e82c715f7bd7710ab87d83a9856d2ed0fa092 100644 (file)
@@ -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),