]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: re-drop assumption that /run is a mount point (#5377)
authorMartin Pitt <martinpitt@users.noreply.github.com>
Fri, 17 Feb 2017 20:29:02 +0000 (21:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 Feb 2017 20:29:02 +0000 (15:29 -0500)
commitcc39016131a535382ca6bc4c5eb018ff7643ed83
tree1f22ed884a9791f803b07f4a86b5a45189d5f81d
parentef6e596ff031e58916d00a7800b8482a6d81f105
test: re-drop assumption that /run is a mount point (#5377)

Commit 436e916ea introduced the assumption into test-stat-util that /run
is a tmpfs mount point. This is not the case in build chroots such as
Fedora's mock or Debian's sbuild. So only assert that /run is a tmpfs
and not a btrfs if /run is actually a mount point. This will then still
be asserted with installed tests.
src/test/test-stat-util.c