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
357eb3cd32
fish-shell
/
tests
/
checks
/
ulimit.fish
8 lines
111 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 %s
ulimit: add basic tests
2022-03-23 15:16:52 +00:00
ulimit
--core-size
#CHECK: {{unlimited|\d+}}
ulimit
--core-size
0
ulimit
--core-size
#CHECK: 0
Reference in a new issue
Copy permalink