From 40bf0e0ce988c42d543046db7f1f24246043e889 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 30 Jan 2026 14:02:01 +1100 Subject: [PATCH] tests/man: skip if documentation has not been built Closes #12291 --- tests/checks/man.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/man.fish b/tests/checks/man.fish index 099416c11..36acb644f 100644 --- a/tests/checks/man.fish +++ b/tests/checks/man.fish @@ -2,7 +2,7 @@ # REQUIRES: command -v sphinx-build # REQUIRES: command -v man -# REQUIRES: test "$FISH_BUILD_DOCS" != "0" +# REQUIRES: %fish -c '__fish_data_with_directory man/man1 ".*" ls' | grep -q . # Override the test-override again. status get-file functions/__fish_print_help.fish | source