Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
atf: support old version of the lib
Baptiste Daroussin committed 8 months ago
commit 7e629c0a9f83b42b0da1d9493b283f838fdf42a2
parent 42e68786b0e5e19d8bdf155611c2de331b3e3e80
1 file changed +4 -0
modified tests/lib/pkg_osvf.c
@@ -19,6 +19,10 @@ ATF_TC_WITHOUT_HEAD(osvfdetect);
ATF_TC_WITHOUT_HEAD(osvfopen);
ATF_TC_WITHOUT_HEAD(osvfparse);

+
#if undef(ATF_CHECK_INTEQ)
+
#define ATF_CHECK_INTEQ ATF_CHECK_EQ
+
#endif
+

ATF_TC_BODY(osvfdetect, tc)
{
	struct pkg_audit_ecosystem test_rtn_ecosystem_struct[] =