START archivers/bzip2 2024-04-15T08:36:46Z ===> Regression tests for bzip2-1.0.8p0 ./bzip2 -1 < sample1.ref > sample1.rb2 || exit 1 ./bzip2 -2 < sample2.ref > sample2.rb2 || exit 1 ./bzip2 -3 < sample3.ref > sample3.rb2 || exit 1 ./bzip2 -d < sample1.bz2 > sample1.tst || exit 1 ./bzip2 -d < sample2.bz2 > sample2.tst || exit 1 ./bzip2 -ds < sample3.bz2 > sample3.tst || exit 1 cmp sample1.bz2 sample1.rb2 || exit 1 cmp sample2.bz2 sample2.rb2 || exit 1 cmp sample3.bz2 sample3.rb2 || exit 1 cmp sample1.tst sample1.ref || exit 1 cmp sample2.tst sample2.ref || exit 1 cmp sample3.tst sample3.ref || exit 1 PASS archivers/bzip2 Duration 0m27.26s