X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Ft0005-man.sh;h=307be1240a559dd5b8a1773a0b1dc1c2447e1a4f;hb=f192fc3c0f824b951c4cb275d7b54b2651de7e8e;hp=ee1949c05a04d4fd4b81f2b9c847a403a753e2f5;hpb=764e71ceb1e188086c08e38dfd52d45b67dc15ba;p=paraslash.git diff --git a/t/t0005-man.sh b/t/t0005-man.sh index ee1949c0..307be124 100755 --- a/t/t0005-man.sh +++ b/t/t0005-man.sh @@ -58,7 +58,12 @@ else "grep_man '$regex' server" fi -# para_play is always built -regex='LIST OF COMMANDS.\{100,\}' -test_expect_success 'para_play: play commands' "grep_man '$regex' play" +test_require_objects 'play' +missing_objects="$result" +if [[ -n "$missing_objects" ]]; then + test_skip 'para_play' "missing object(s): $missing_objects" +else + regex='LIST OF COMMANDS.\{100,\}' + test_expect_success 'para_play: play commands' "grep_man '$regex' play" +fi test_done