X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Ft0005-man.sh;h=8f966cd5c48ea27ff14bedb03577cbf1f0d9bc6e;hb=74592ed100009a2d73e03861ae9626363f06aca9;hp=7a627aad34784eab0a9fd15de5ff2883b48235fd;hpb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180;p=paraslash.git diff --git a/t/t0005-man.sh b/t/t0005-man.sh index 7a627aad..8f966cd5 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 @@ -52,7 +56,7 @@ missing_objects="$result" if [[ -n "$missing_objects" ]]; then test_skip "para_server" "missing object(s): $missing_objects" else - regex='LIST OF SERVER COMMANDS.\{100,\}LIST OF AFS COMMANDS' + regex='LIST OF SERVER COMMANDS.\{100,\}' test_expect_success 'para_server: server/afs commands' \ "grep_man '$regex' server" fi @@ -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