Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
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 eaa8174
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() {