Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix test after update of messages
Baptiste Daroussin committed 11 years ago
commit 58c42639b932f2d9fcc7e11e32654b303324bcd7
parent 0c36332
1 file changed +1 -1
modified tests/frontend/search.shin
@@ -9,7 +9,7 @@ search_body() {
	export REPOS_DIR=/nonexistent
	export PKG_DBDIR=.
	export INSTALL_AS_USER=yes
-
	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:"No active remote repositories configured.\n" -o empty -s exit:3 pkg -C '' -R '' search -e -Q comment -S name pkg
}

atf_init_test_cases() {