coreutils/tests
Jeffrey Finkelstein ab717ce370 df: implement the File column
Implement the "File" column in the `df` output table. Before this
commit, a blank entry appeared in the "File" column for each
row. After this commit, a "-" entry appears when `df` is run with no
positional arguments and the filename appears when run with positional
arguments. For example:

    $ touch a b c && df --output=target,file a b c
    Mounted on File
    /          a
    /          b
    /          c
2022-03-27 13:17:36 -04:00
..
benches/factor all: change macros 2022-01-29 15:26:32 +01:00
by-util df: implement the File column 2022-03-27 13:17:36 -04:00
common realpath: Error when resolved symlink is absolute and ENOENT (#3037) 2022-03-03 23:06:15 +01:00
fixtures dd: implement iseek + oseek flags 2022-03-18 20:45:04 +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