mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
ulimit: add basic tests
This commit is contained in:
parent
a7eebff916
commit
6a8efa3f15
1 changed files with 7 additions and 0 deletions
7
tests/checks/ulimit.fish
Normal file
7
tests/checks/ulimit.fish
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#RUN: %fish %s
|
||||||
|
|
||||||
|
ulimit --core-size
|
||||||
|
#CHECK: {{unlimited|\d+}}
|
||||||
|
ulimit --core-size 0
|
||||||
|
ulimit --core-size
|
||||||
|
#CHECK: 0
|
Loading…
Reference in a new issue