1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-05 00:07:15 +02:00
Files
coreutils/tests
Pádraig Brady cbfb34c7d3 df: ignore non file system entries in /proc/mounts
Linux with network namespaces contains entries in /proc/mounts like:
  proc net:[4026532464] proc rw,nosuid,nodev,noexec,relatime 0 0
resulting in a failure to stat 'net:[...]', inducing a warning
and an exit with failure status.

* src/df.c (get_dev): Ignore all relative mount points.
* tests/df/skip-duplicates.sh: Add an entry to test relative dirs.
2014-05-13 23:23:30 +01:00
..
2014-05-07 18:42:03 +02:00
2014-05-05 14:26:15 +01:00
2014-05-05 14:26:15 +01:00