From: Andre Noll Date: Sun, 18 Oct 2015 09:27:26 +0000 (+0200) Subject: t0005: Split audiod man page tests. X-Git-Tag: v0.5.6~64 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=5da8c2e0d33f25579c804c3856cd8716486baee5 t0005: Split audiod man page tests. This makes it easier to diagnose potential problems due to missing man page sections. --- diff --git a/t/t0005-man.sh b/t/t0005-man.sh index 0e32193b..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