From 5b43163c6dc911fa1aad52199f6a053696266593 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 23 Jan 2025 14:54:05 +0100 Subject: [PATCH] Disable 'man' tests --- tests/functional/help.sh | 4 ++++ 1 file changed, 4 insertions(+) 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