Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Do not enforce any ABI for test to pass everywhere
Baptiste Daroussin committed 11 years ago
commit f02fd7dae6abe959956855b398906399a156b035
parent 9da0002
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" \