Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix search test
Brad Davis committed 11 years ago
commit 2bc82a4d4f859603fafa57654b8082d509839f95
parent f112715
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 '' -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 -e -Q comment -S name pkg
}

atf_init_test_cases() {