X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Ft0005-man.sh;h=fa32d4112e0ee80592b04c40214ffc7a868c9d89;hp=0e32193b7c0b09a5c7320fb2a31367a49b3c2537;hb=c1cec595405b31188d589062cc1117afe8daa64f;hpb=0de6d7ae4c6e87d1af2ad87b703b7459e41df90f diff --git a/t/t0005-man.sh b/t/t0005-man.sh index 0e32193b..fa32d411 100755 --- a/t/t0005-man.sh +++ b/t/t0005-man.sh @@ -32,8 +32,12 @@ test_require_objects "audiod" if [[ -n "$result" ]]; then test_skip 'para_audiod' "missing object(s): $result" else - test_expect_success 'para_audiod: recv/filter/writer options' \ - "grep_man '$regex' audiod" + test_expect_success 'para_audiod: receivers' \ + "grep_man 'Options for the http receiver' audiod" + test_expect_success 'para_audiod: filters' \ + "grep_man 'Options for the compress filter' audiod" + test_expect_success 'para_audiod: writers' \ + "grep_man 'Options for the file writer' audiod" fi # check various command lists