X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Ft0005-man.sh;h=fa32d4112e0ee80592b04c40214ffc7a868c9d89;hp=7a627aad34784eab0a9fd15de5ff2883b48235fd;hb=9d8fdf8898418711558f70a9630b2444036d8285;hpb=ba3cef172b3f905315c0279d0a664df4d1db149c diff --git a/t/t0005-man.sh b/t/t0005-man.sh index 7a627aad..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 @@ -60,5 +64,4 @@ fi # para_play is always built regex='LIST OF COMMANDS.\{100,\}' test_expect_success 'para_play: play commands' "grep_man '$regex' play" -regex="$rfw_regex" test_done