This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-27 21:33:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8add30e3bf
fish-shell
/
tests
/
checks
/
init-command-mix.fish
4 lines
92 B
Fish
Raw
Normal View
History
Unescape
Escape
tests: filter control sequences only when interactive This demonstrates that we only write control sequences when interactive.
2024-04-12 10:19:32 +00:00
#RUN: %fish -C 'echo init-command' -c 'echo command'
Port most of the invocation tests to littlecheck This is a bit weird sometimes, e.g. to test the return status (that fish actually *returns $status*), we use a #RUN line with %fish invoking %fish, so we can use the substitution. Still much nicer. The missing scripts are those that rely on config.
2019-06-25 18:47:28 +00:00
# CHECK: init-command
# CHECK: command
Reference in a new issue
Copy permalink