]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - t/t0005-man.sh
Convert filters to lopsub.
[paraslash.git] / t / t0005-man.sh
index ad9fa4c79090f926a401d347c8e8414cea30fbf4..de3a81df375953b6a5e158d7aeb012178419c8c6 100755 (executable)
@@ -26,7 +26,7 @@ grep_man()
 
 regex="$rfw_regex"
 test_expect_success 'para_recv: receiver options' "grep_man 'RECEIVERS' recv"
-test_expect_success 'para_filter: filter options' "grep_man '$regex' filter"
+test_expect_success 'para_filter: filter options' "grep_man 'FILTERS' filter"
 test_expect_success 'para_write: writer options' "grep_man '$regex' write"
 test_require_objects "audiod"
 if [[ -n "$result" ]]; then
@@ -35,7 +35,7 @@ else
        test_expect_success 'para_audiod: receivers' \
                "grep_man 'RECEIVERS' audiod"
        test_expect_success 'para_audiod: filters' \
-               "grep_man 'Options for the compress filter' audiod"
+               "grep_man 'FILTERS' audiod"
        test_expect_success 'para_audiod: writers' \
                "grep_man 'Options for the file writer' audiod"
 fi