Merge branch 'maint'
[paraslash.git] / t / t0005-man.sh
index 7a627aad34784eab0a9fd15de5ff2883b48235fd..fa32d4112e0ee80592b04c40214ffc7a868c9d89 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
@@ -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