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 05:13:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
957e96645d
fish-shell
/
tests
/
checks
/
rc-returned.fish
3 lines
65 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 '%fish -c false; echo RC: $status'
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: RC: 1
Reference in a new issue
Copy permalink