mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
ulimit: add basic tests
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user