mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Require mandoc/nroff for print-help test
Ubuntu Noble Numbat doesn't install this by default.
This commit is contained in:
parent
e20ce2efea
commit
52ef919aee
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# RUN: %fish %s
|
# RUN: %fish %s
|
||||||
# Test redirecting builtin help with a pipe
|
# Test redirecting builtin help with a pipe
|
||||||
|
# REQUIRES: command -v mandoc nroff
|
||||||
|
|
||||||
set -lx __fish_data_dir (mktemp -d)
|
set -lx __fish_data_dir (mktemp -d)
|
||||||
mkdir -p $__fish_data_dir/man/man1
|
mkdir -p $__fish_data_dir/man/man1
|
||||||
|
|
Loading…
Reference in a new issue