Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Do not leak custom repositories in pkg search tests
Baptiste Daroussin committed 13 years ago
commit 6b9147cbc99ef3c0c692c7ab8f766e8cfa15e6ff
parent 6fc661bffda5b0aef1fbeb1636c55fe90bb37909
1 file changed +2 -1
modified tests/frontend/search.sh
@@ -6,7 +6,8 @@ search_head() {
}

search_body() {
-
	atf_check -o inline:"pkg                            New generation package manager\n" -e empty -s exit:0 pkg search -e -Q comment -S name pkg
+
	REPOS_DIR=/nonexistent
+
	atf_check -o inline:"pkg                            New generation package manager\n" -e empty -s exit:0 pkg -C '' search -e -Q comment -S name pkg
}

atf_init_test_cases() {