1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src
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
..
bin Update the binary usage to match busybox 2021-03-10 23:52:33 +01:00
uu sort: crash when failing to open an input file (#2265) 2021-05-28 22:39:33 +02:00
uucore Merge pull request #2275 from blesson3/cp-backup-support 2021-05-26 21:12:01 +02:00
uucore_procs maint: remove obsolete attributes 2021-05-28 18:03:47 +02:00