Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Enable two more tests on Darwin
Keve committed 1 year ago
commit 45c3522812e8dd6b8fc1506e98d7ad28f981f798
parent b2d852c1b9f9fca3fd9de4af325197be6784a891
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