]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - t/t0005-man.sh
Convert receivers to lopsub.
[paraslash.git] / t / t0005-man.sh
index 8f966cd5c48ea27ff14bedb03577cbf1f0d9bc6e..ad9fa4c79090f926a401d347c8e8414cea30fbf4 100755 (executable)
@@ -25,7 +25,7 @@ grep_man()
 # in the man pages
 
 regex="$rfw_regex"
-test_expect_success 'para_recv: receiver options' "grep_man '$regex' recv"
+test_expect_success 'para_recv: receiver options' "grep_man 'RECEIVERS' recv"
 test_expect_success 'para_filter: filter options' "grep_man '$regex' filter"
 test_expect_success 'para_write: writer options' "grep_man '$regex' write"
 test_require_objects "audiod"
@@ -33,7 +33,7 @@ if [[ -n "$result" ]]; then
        test_skip 'para_audiod' "missing object(s): $result"
 else
        test_expect_success 'para_audiod: receivers' \
-               "grep_man 'Options for the http receiver' audiod"
+               "grep_man 'RECEIVERS' audiod"
        test_expect_success 'para_audiod: filters' \
                "grep_man 'Options for the compress filter' audiod"
        test_expect_success 'para_audiod: writers' \