mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
tests: Remove skipped tests hack for Cmake < 3.9.0
We require 3.19 This also makes skipped tests visible, which showed that the print-help test was never run because the REQUIRES line was off. In sh-mode, bash's `command -v` returns true if *all* commands exist.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# RUN: %fish %s
|
||||
# Test redirecting builtin help with a pipe
|
||||
# REQUIRES: command -v mandoc nroff
|
||||
# REQUIRES: command -v mandoc || command -v nroff
|
||||
|
||||
set -lx __fish_data_dir (mktemp -d)
|
||||
mkdir -p $__fish_data_dir/man/man1
|
||||
|
||||
Reference in New Issue
Block a user