aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-01 15:31:28 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-01 15:31:28 -0400
commitc486ef57a320b840fb50b184ee4ee806d9715888 (patch)
treea13becf66e7c503e72a83dfcd0fcebf09ce01acb /src/test/test_util.c
parent4837421d7cb6bcc52d5ffd09527ac786759b3b0a (diff)
downloadtor-c486ef57a320b840fb50b184ee4ee806d9715888.tar.gz
tor-c486ef57a320b840fb50b184ee4ee806d9715888.zip
Rename x-lzma to x-tor-lzma
We shouldn't call it lzma, because we are imposing a limit on the memory needed for decoding.
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r--src/test/test_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c
index dec1d526c8..022f29c0fd 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -5753,7 +5753,7 @@ struct testcase_t util_tests[] = {
UTIL_LEGACY(pow2),
COMPRESS(zlib, "deflate"),
COMPRESS(gzip, "gzip"),
- COMPRESS(lzma, "x-lzma"),
+ COMPRESS(lzma, "x-tor-lzma"),
COMPRESS(zstd, "x-zstd"),
UTIL_TEST(gzip_compression_bomb, TT_FORK),
UTIL_LEGACY(datadir),