coreutils/tests
Michael Debertol bb268d1500
sort: crash when failing to open an input file (#2265)
* sort: crash when failing to open an input file

Instead of ignoring files we fail to open, crash.
The error message does not exactly match gnu, but that would require
more effort.

* use split_whitespace instead of a manual implementation

* fix expected error on windows

* sort: update expected error message
2021-05-28 22:39:33 +02:00
..
benches/factor factor: Move benchmarks out-of-crate 2021-05-17 19:43:38 +02:00
by-util sort: crash when failing to open an input file (#2265) 2021-05-28 22:39:33 +02:00
common Merge pull request #2283 from Mikadore/master 2021-05-28 22:36:47 +02:00
fixtures sort: make GNU test sort-debug-keys pass (#2269) 2021-05-28 22:38:29 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00