coreutils/tests
Michael Debertol 849086e9c5 sort: handle cases where the output file is also an input file
In such cases we have to create a temporary copy of the input file to prevent
overwriting the input with the output. This only affects merge sort, because it
is the only mode where we start writing to the output before having read all inputs.
2021-07-31 21:02:18 +02:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util sort: handle cases where the output file is also an input file 2021-07-31 21:02:18 +02:00
common fix various clippy issues 2021-07-11 11:22:33 +02:00
fixtures sort/ls: implement version cmp matching GNU spec 2021-06-27 15:29:17 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00