Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Don't load configs from REPO_DIR while testing.
Matthew Seaman committed 12 years ago
commit bb0d1ed15813cc683b66854893fb035c2d1419b2
parent 3df3166
1 file changed +1 -1
modified tests/frontend/search.sh
@@ -7,7 +7,7 @@ search_head() {

search_body() {
	REPOS_DIR=/nonexistent
-
	atf_check -e inline:"pkg: No repositories configured\n" -o empty -s exit:74 pkg -C '' search -e -Q comment -S name pkg
+
	atf_check -e inline:"pkg: No repositories configured\n" -o empty -s exit:74 pkg -C '' -R '' search -e -Q comment -S name pkg
}

atf_init_test_cases() {