Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
abi:override: ignore stderr
Baptiste Daroussin committed 1 year ago
commit 03584ef5dacd344661d19941449d74623459adb1
parent 28b7e83
1 file changed +2 -0
modified tests/frontend/abi.sh
@@ -22,11 +22,13 @@ override_body() {
	_expected="FreeBSD:12:powerpc\n"
	atf_check \
		-o inline:"${_expected}" \
+
		-e ignore \
		pkg -o ABI=FreeBSD:12:powerpc config abi

	_expected="freebsd:12:powerpc:32:eb\n"
	atf_check \
		-o inline:"${_expected}" \
+
		-e ignore \
		pkg -o ABI=FreeBSD:12:powerpc config altabi
}