mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
fix ulimit test
This commit is contained in:
parent
fa6a57a275
commit
151edef186
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ fn limit_set_invalid1() {
|
|||
});
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "linux", target_os = "macos"))]
|
||||
#[test]
|
||||
fn limit_set_invalid2() {
|
||||
Playground::setup("limit_set_invalid2", |dirs, _sandbox| {
|
||||
|
|
Loading…
Reference in a new issue