From 52ef919aee9d629177dd50352b118991470d44b0 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 28 Apr 2024 10:05:58 +0200 Subject: [PATCH] Require mandoc/nroff for print-help test Ubuntu Noble Numbat doesn't install this by default. --- tests/checks/print-help.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/print-help.fish b/tests/checks/print-help.fish index fcd0e1327..64b63448e 100644 --- a/tests/checks/print-help.fish +++ b/tests/checks/print-help.fish @@ -1,5 +1,6 @@ # RUN: %fish %s # Test redirecting builtin help with a pipe +# REQUIRES: command -v mandoc nroff set -lx __fish_data_dir (mktemp -d) mkdir -p $__fish_data_dir/man/man1