Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
tests: remove the tests on freebsd 12 about tzst
Baptiste Daroussin committed 4 years ago
commit 403647a44b24be2fce5dc95a8e3af5032d6c9304
parent ff084b7b918cc8f4ce09f7ec5dcc6e41de934c2a
1 file changed +1 -1
modified tests/lib/packing.c
@@ -78,7 +78,7 @@ ATF_TC_BODY(packing_set_format, tc)
	struct archive *a = archive_write_new();
	ATF_CHECK(a != NULL);

-
#ifdef HAVE_ARCHIVE_WRITE_ADD_FILTER_ZSTD
+
#ifdef HAVE_ARCHIVE_WRITE_ADD_FILTER_ZSTD && __FreeBSD_version <= 1300000
	ATF_REQUIRE_STREQ(packing_set_format(a, TZS, -1), "tzst");
#endif
	ATF_REQUIRE_STREQ(packing_set_format(a, TXZ, -1), "txz");