Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Properly finish the tests, while here test properly for Darwin
Baptiste Daroussin committed 11 years ago
commit aaca6fe61a6a6ebf117a634d9897cada67d3e43f
parent d6aa1a2b16f64def19abfff2624de7083f1bb6ca
1 file changed +2 -2
modified tests/frontend/repo.shin
@@ -48,8 +48,8 @@ EOF
		-s exit:0 \
		pkg repo .

-
	if [ `uname -s` != "Darwin" ]; then
-
		exit 0
+
	if [ `uname -s` = "Darwin" ]; then
+
		atf_pass
	fi

	nb=$(tar -xf digests.txz -O digests | wc -l)