Commit 1a7a7ed
authored
test: Don't check for the exact size of compressed content. (#1984)
The testsuite checks for the exact size of the compressed content. The
exact size can change if the zlib library is using a different strategy.
In thise case using zlib-ng results in a slightly larger content leading
to a failure in the test.
Check that the compressed content is less than 10MiB which is a tenth of
the orignal content and proves that compression works.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>1 parent 4139949 commit 1a7a7ed
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4258 | 4258 | | |
4259 | 4259 | | |
4260 | 4260 | | |
4261 | | - | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
4262 | 4264 | | |
4263 | 4265 | | |
4264 | 4266 | | |
| |||
0 commit comments