nushell/tests
Braulio Valdivielso Martínez d32aec5906
Don't panic if the other end of std{out,err} is closed (#4179)
* fix #4161

println! and friends will panic on BrokenPipe. The solution is to use
writeln! instead, and ignore the error (or do we want to do something else?)

* test that nu doesn't panic in case of BrokenPipe error

* fixup! test that nu doesn't panic in case of BrokenPipe error

* make do_not_panic_if_broken_pipe only run on UNIX systems
2021-12-21 10:08:41 +11:00
..
assets/nu_json Preserve order when serializing/deserialize json by default. (#3126) 2021-03-04 01:35:13 -05:00
fixtures add performance metrics for measuring startup time (#3854) 2021-07-29 18:52:40 -05:00
path Move nu-path tests to integration tests (#4015) 2021-09-16 07:11:28 +12:00
plugins Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
shell Don't panic if the other end of std{out,err} is closed (#4179) 2021-12-21 10:08:41 +11:00
main.rs Move nu-path tests to integration tests (#4015) 2021-09-16 07:11:28 +12:00