summaryrefslogtreecommitdiffstats
path: root/tests/expected/misc/mountpoint
Commit message (Collapse)AuthorAgeFilesLines
* tests: use subtests for mountpoint(1)Karel Zak2019-08-071-9/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mountpoint: add --nofollow optionSami Kerola2019-08-021-0/+9
The no follow option will allow user to distinct mount points from symbolic links pointing to them. Arguably this is pretty pedantic option, mounting a device or bind mount to a directory via symlink does not have or cause any issues. Addresses: https://github.com/karelzak/util-linux/issues/832 Signed-off-by: Sami Kerola <kerolasa@iki.fi>