Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Do not enforce any ABI for test to pass everywhere
Baptiste Daroussin committed 11 years ago
commit f02fd7dae6abe959956855b398906399a156b035
parent 9da0002282e33cc72f8c40c34dc46ab9cf88a641
1 file changed +2 -2
modified tests/frontend/register.shin
@@ -30,7 +30,7 @@ EOF
	    -o match:".*Installing.*" \
	    -e empty \
	    -s exit:0 \
-
	    pkg -o ABI="freebsd:11:x86:64" register --relocate . -i teststage \
+
	    pkg register --relocate . -i teststage \
	    -M test.ucl
	atf_check \
		-o inline:"$sum\n" \
@@ -57,7 +57,7 @@ EOF
	    -o match:".*Installing.*" \
	    -e match:".*conflicts.*" \
	    -s exit:70 \
-
	    pkg -o ABI="freebsd:11:x86:64" register --relocate . -i teststage \
+
	    pkg register --relocate . -i teststage \
	    -M test.ucl
	atf_check \
		-o inline:"$sum\n" \