Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve the pkg search test case checking stderr is empty and with an extact match for the output
Baptiste Daroussin committed 13 years ago
commit 15fd4f746883232a9d63d8f269343e8db90b828f
parent eaa817494f1f6f1b9e31d8f809c01dd296500480
1 file changed +1 -1
modified tests/frontend/search.sh
@@ -4,7 +4,7 @@ search_head() {
}

search_body() {
-
	atf_check -o match:"New generation package manager" -s exit:0 pkg search -e -Q comment -S name pkg 
+
	atf_check -o inline:"pkg                            New generation package manager\n" -e empty -s exit:0 pkg search -e -Q comment -S name pkg
}

atf_init_test_cases() {