1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/tests
Jeffrey Finkelstein b6d1aa3e73 df: always produce the same order in output table
Change the `filter_mount_list()` function so that it always produces
the same order of `MountInfo` objects. This change ultimately results
in `df` printing its table of filesystems in the same order on each
execution. Previously, the table was in an arbitrary order because the
`MountInfo` objects were read from a `HashMap`.

Fixes #3086.
2022-02-12 21:14:14 -05:00
..
benches/factor all: change macros 2022-01-29 15:26:32 +01:00
by-util df: always produce the same order in output table 2022-02-12 21:14:14 -05:00
common tests: fix no_stderr check in stderr_only_bytes() 2022-02-06 18:03:13 -05:00
fixtures Merge pull request #2966 from allan-silva/wc-files0-from-opt 2022-02-12 19:05:05 +01:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00