Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Properly finish the tests, while here test properly for Darwin
Baptiste Daroussin committed 11 years ago
commit aaca6fe61a6a6ebf117a634d9897cada67d3e43f
parent d6aa1a2
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)