This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 21:31:18 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f84b1993ec
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 18:19:32 +08:00
#RUN: %fish %s
ulimit: add basic tests
2022-03-23 23:16:52 +08:00
ulimit
--core-size
#CHECK: {{unlimited|\d+}}
ulimit
--core-size
0
ulimit
--core-size
#CHECK: 0
Reference in New Issue
Copy Permalink