Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix the more egregious errors in the file.
Matthew Seaman committed 13 years ago
commit 3211ab48a4a9be513bc8343e3b575fbf7d2e8ce7
parent 3e68b47065f7282ebe36e7c082af4ed6fa77ed47
1 file changed +3 -4
modified tests/frontend/search.sh
@@ -1,11 +1,10 @@
atf_test_case search
-
version_head() {
+
search_head() {
	atf_set "descr" "testing pkg search"
}

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

atf_init_test_cases() {