Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Avoid hitting pkgcli_update()
Bryan Drewery committed 11 years ago
commit 005ae5a4f8b9d6bf380eb1397d8ba8a26bfcb8ae
parent f02fd7d
1 file changed +1 -1
modified tests/frontend/search.shin
@@ -7,7 +7,7 @@ search_head() {

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

atf_init_test_cases() {