Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix the test -- pkg -vv outputs an extra line per repo.conf now.
Matthew Seaman committed 11 years ago
commit 0b0b1b0253da551ff7de42f06cc81baeb80ad8e2
parent 2dbde999258af3e96713b1798bd2b50ab4916f3e
1 file changed +1 -1
modified tests/frontend/pkg.shin
@@ -96,7 +96,7 @@ pkg_repo_load_order_body()
	echo "02_repo: { url: file:///02_repo }" > 02.conf
	echo "01_repo: { url: file:///01_repo }" > 01.conf

-
	out=$(pkg -o REPOS_DIR=. -vv | tail -13)
+
	out=$(pkg -o REPOS_DIR=. -vv | tail -16)
	atf_check \
		-o match:'.*01_repo\:.*02_repo\:.*03_repo\:.*' \
		-e empty \