aboutsummaryrefslogtreecommitdiff
path: root/tests/tar2sqfs/test_tar_sqfs.sh.in
AgeCommit message (Collapse)Author
2024-03-10Remove tar2sqfs test scriptDavid Oberhollenzer
The whole idea of re-generating archives and matching them against checksums has a big issue in that we cannot controll the underlying compressors. If the underlying compressor changes its behavior between versions, the checksums will be broken. For this exact reason, the zstd and LZ4 checks that used to be present, have already been removed. On Fedora, the script now breaks because of the zlib to zstd-ng transition. If we fix the checksums to work on Fedora, it WILL now break on other distributions. Ultimately, it is better to remove the script alltogether. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
2022-11-27Continue cleanup of the test casesDavid Oberhollenzer
- Force all tests into their proper sub directory - Temporarily remove the corpora tests. They have been used for regression tests before releases and are disabled by default, so we should not ship them either. A script should be added for that, downloading what is needed. - The "pack a directory" test is also removed. It was rather hacky and there already is a test case for the fstree_from_dir function, which isn't ideal either. Something should be added to the regression test suite. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>