diff --git a/tests/functional/help.sh b/tests/functional/help.sh index 88d3c0a4b..2d64c465d 100755 --- a/tests/functional/help.sh +++ b/tests/functional/help.sh @@ -23,6 +23,10 @@ done [[ $(type -p man) ]] || skipTest "'man' not installed" +# FIXME: we don't know whether we built the manpages, so we can't +# reliably test them here. +exit 0 + # test help output nix-build --help