TEST-08: make sure / is remounted rw
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 8 May 2016 15:08:42 +0000 (11:08 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 9 May 2016 02:00:23 +0000 (22:00 -0400)
commit62a992bed989cd65a873373af7ab0f2e7de61114
tree24f1d7985e09f209896ac93f54d248779824ab3b
parent61b480b68bdfff8c88800149a035c281b7bbbc71
TEST-08: make sure / is remounted rw

In this test /etc/fstab is replaced by -.mount unit. This causes
systemd-remount-fs.service to not remount / rw, which in turn causes various
failures becuase /var is not writable. In particular
systemd-tmpfiles-setup.service reports many failures. This is something
to possibly fix on its own (see https://github.com/systemd/systemd/issues/791);
in the meanwhile let's fix this test so that it doesn't fail, since the
point of the test is to check aliases on mount units, and not a ro root.
test/TEST-08-ISSUE-2730/test.sh