mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
fix(tool_main_test): don't rely on having support for LZ4 compression
This commit is contained in:
parent
58bf783a7b
commit
440299eb26
@ -2912,7 +2912,9 @@ TEST_P(segmenter_repeating_sequence_test, github161) {
|
||||
t.add_root_dir();
|
||||
t.os->add_file("/bug", content);
|
||||
|
||||
ASSERT_EQ(0, t.run("-i / -o - -C lz4 -W12 --log-level=verbose --no-progress"))
|
||||
ASSERT_EQ(
|
||||
0,
|
||||
t.run("-i / -o - -C zstd:level=3 -W12 --log-level=verbose --no-progress"))
|
||||
<< t.err();
|
||||
|
||||
auto log = t.err();
|
||||
|
Loading…
x
Reference in New Issue
Block a user