]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
t0005: Split audiod man page tests.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 Oct 2015 09:27:26 +0000 (11:27 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jan 2016 11:58:52 +0000 (12:58 +0100)
This makes it easier to diagnose potential problems due to missing
man page sections.

t/t0005-man.sh

index 0e32193b7c0b09a5c7320fb2a31367a49b3c2537..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