]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - t/t0005-man.sh
server: Remove ->argc, ->argv from struct command_context.
[paraslash.git] / t / t0005-man.sh
index 0e32193b7c0b09a5c7320fb2a31367a49b3c2537..8f966cd5c48ea27ff14bedb03577cbf1f0d9bc6e 100755 (executable)
@@ -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