3 test_description
='Parse help output of all executables.
5 Each paraslash executable supports the -h switch which instructs
6 the program to print out all available options and to exit. This test
7 checks whether this help output looks as expected.'
13 local regex
='^ -h, --help'
17 for exe
in $o_executables; do
18 test_expect_success
"$exe" "grep_output $o_executables_dir/$exe"