X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Ft0005-man.sh;h=de3a81df375953b6a5e158d7aeb012178419c8c6;hb=4adde8dae3317fa83b81e7a860c9ed9133e99bb0;hp=8f966cd5c48ea27ff14bedb03577cbf1f0d9bc6e;hpb=1709cc8f8a54429441f8f83c38146e667133c727;p=paraslash.git diff --git a/t/t0005-man.sh b/t/t0005-man.sh index 8f966cd5..de3a81df 100755 --- a/t/t0005-man.sh +++ b/t/t0005-man.sh @@ -25,17 +25,17 @@ grep_man() # in the man pages regex="$rfw_regex" -test_expect_success 'para_recv: receiver options' "grep_man '$regex' recv" -test_expect_success 'para_filter: filter options' "grep_man '$regex' filter" +test_expect_success 'para_recv: receiver options' "grep_man 'RECEIVERS' recv" +test_expect_success 'para_filter: filter options' "grep_man 'FILTERS' filter" test_expect_success 'para_write: writer options' "grep_man '$regex' write" test_require_objects "audiod" 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" + "grep_man 'FILTERS' audiod" test_expect_success 'para_audiod: writers' \ "grep_man 'Options for the file writer' audiod" fi