Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Revert "Fix pkg-search test."
Baptiste Daroussin committed 11 years ago
commit 71e17873ab5c9eb836290d3e47d9b2bc4d001c15
parent 7a15f66
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:"No valid repository found.\n" -o empty -s exit:3 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() {