From 5da8c2e0d33f25579c804c3856cd8716486baee5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 18 Oct 2015 11:27:26 +0200 Subject: [PATCH] t0005: Split audiod man page tests. This makes it easier to diagnose potential problems due to missing man page sections. --- t/t0005-man.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.2