mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
tests/sphinx-man: man page building no longer requires fish_indent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#RUN: fish_indent=%fish_indent fish=%fish %fish %s
|
||||
#RUN: fish_indent=%fish_indent %fish %s
|
||||
#REQUIRES: command -v sphinx-build
|
||||
|
||||
set -l build_script (status dirname)/../test_functions/sphinx-shared.sh
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#RUN: fish_indent=%fish_indent fish=%fish %fish %s
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v sphinx-build
|
||||
|
||||
set -l build_script (status dirname)/../test_functions/sphinx-shared.sh
|
||||
# sphinx-build needs fish_indent in $PATH
|
||||
set -lxp PATH (path dirname $fish_indent)
|
||||
$build_script man
|
||||
|
||||
Reference in New Issue
Block a user