Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert "Revert "Fix pkg-search test.""
Baptiste Daroussin committed 11 years ago
commit f92763f262d7fc6fd71bc7815b21284e8c370838
parent 6c1f1aba726c39eab8b36ef13f9c85d59e1a5be8
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:"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:"No valid repository found.\n" -o empty -s exit:3 pkg -C '' -R '' search -e -Q comment -S name pkg
}

atf_init_test_cases() {