mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
tests: Pass $fish as a variable in some cases
I am not sure why this worked, actually. These tests did not have $fish set anywhere, and on my fresh OpenBSD VM it ended up calling whatever that calls "fish" (I think it's that "Go fish!" game?).
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#RUN: env fth=%fish_test_helper %fish %s
|
#RUN: env fth=%fish_test_helper fish=%fish %fish %s
|
||||||
|
|
||||||
# Ensure job control works in non-interactive environments.
|
# Ensure job control works in non-interactive environments.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# RUN: env fth=%fish_test_helper %fish %s
|
# RUN: env fth=%fish_test_helper fish=%fish %fish %s
|
||||||
|
|
||||||
status job-control full
|
status job-control full
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#RUN: %fish -C "set helper %fish_test_helper" %s
|
#RUN: %fish -C "set -g helper %fish_test_helper; set -g fish %fish" %s
|
||||||
|
|
||||||
# Check that nohup is propagated.
|
# Check that nohup is propagated.
|
||||||
set fish (status fish-path)
|
set fish (status fish-path)
|
||||||
|
|||||||
Reference in New Issue
Block a user