tests: Run filter-ctrl with %fish explicitly

This commit is contained in:
Fabian Boehm
2024-12-29 18:11:34 +01:00
parent 5e10d75a19
commit cb3d004a5a
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#RUN: %fish -C 'set -l fish %fish; set -l filter_ctrls %filter-control-sequences' %s
#RUN: %fish -C 'set -l fish %fish; set -l filter_ctrls %fish %filter-control-sequences' %s
# Some tests of the "return" builtin.
$fish -c 'return 5'