Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Do not leak custom repositories in pkg search tests
Baptiste Daroussin committed 12 years ago
commit 6b9147cbc99ef3c0c692c7ab8f766e8cfa15e6ff
parent 6fc661b
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() {