2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 17:04:03 +00:00
fish-shell/tests/checks/ulimit.fish
2022-03-24 10:23:04 +08:00

7 lines
111 B
Fish

#RUN: %fish %s
ulimit --core-size
#CHECK: {{unlimited|\d+}}
ulimit --core-size 0
ulimit --core-size
#CHECK: 0