Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
tests: add a test about the content of the repo metadata
Baptiste Daroussin committed 5 years ago
commit 38650749056011f758586818e4a1afe3e7a9d689
parent cd8f896
1 file changed +1 -1
modified tests/frontend/http.sh
@@ -19,7 +19,7 @@ simple_repo_body()
	atf_check sh ${RESOURCEDIR}/test_subr.sh new_pkg test test 1
	atf_check pkg create -M test.ucl
	mkdir repo
-
	mv test-1.txz repo/
+
	mv test-1.txz test-1.bsd repo/
	atf_check -o ignore pkg repo repo

	trap cleanup EXIT