tests: fix an erroneous stat failure with bind mounts
authorPádraig Brady <P@draigBrady.com>
Mon, 20 Sep 2010 14:07:02 +0000 (15:07 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 20 Sep 2010 14:07:02 +0000 (15:07 +0100)
commitf57cb371fa0a940f41163a27bf2d460c1a4d2d35
treef197dc2f5fe73945e8469ffc915d1b9b7e299272
parent0a238bcb8720b6b29cc331928be12642525b8df5
tests: fix an erroneous stat failure with bind mounts

* tests/misc/stat-mount: Don't try to correlate the
mount points output by df and stat, as they're similar,
but sometimes different in the presence of bind mounts.
* doc/coretuils.texi (stat invocation): Clarify the
bind mount difference between stat and df.
doc/coreutils.texi
tests/misc/stat-mount