From cf3c9d75d70297b08d54aaf0b216028720d82b78 Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 1 Nov 2025 12:17:25 -0700 Subject: [PATCH] Don't run the man check test if FISH_BUILD_DOCS is 0 --- tests/checks/man.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/man.fish b/tests/checks/man.fish index 126f13d42..4382f3fd6 100644 --- a/tests/checks/man.fish +++ b/tests/checks/man.fish @@ -1,6 +1,7 @@ # RUN: %fish %s # REQUIRES: command -v sphinx-build # REQUIRES: command -v man +# REQUIRES: test "$FISH_BUILD_DOCS" != "0" # REQUIRES: %fish -c 'status build-info' | grep '^Features:.*embed-data' set -lx MANWIDTH 80