Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Enable two more tests on Darwin
Keve committed 1 year ago
commit 45c3522812e8dd6b8fc1506e98d7ad28f981f798
parent b2d852c
1 file changed +3 -3
modified tests/frontend/fingerprint.sh
@@ -13,16 +13,16 @@ setup() {
	local _fingerprint
	local _typecmd

-
	atf_skip_on Darwin Test fails on Darwin
-
	atf_skip_on Linux Test fails on Linux
-

	case "$_type" in
	rsa)
+
		atf_skip_on Linux Test fails on Linux
		atf_check -o save:repo.pub -e ignore \
			pkg key --create repo.key
		_typecmd=""
		;;
	ecc)
+
		atf_skip_on Darwin Test fails on Darwin
+
		atf_skip_on Linux Test fails on Linux
		atf_check -o ignore -e ignore \
			openssl ecparam -genkey -name secp256k1 -out repo.key -outform DER
		chmod 0400 repo.key