X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Ft0005-man.sh;h=fa32d4112e0ee80592b04c40214ffc7a868c9d89;hb=9d8fdf8898418711558f70a9630b2444036d8285;hp=0e32193b7c0b09a5c7320fb2a31367a49b3c2537;hpb=74322f0fab30777d8e34486fce1d81d4bc1106a0;p=paraslash.git 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