diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-12-12 15:17:30 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-28 11:51:13 +0100 |
commit | 8a59e79c0900c3fcbd8ca9434b6c6a8eb8690af1 (patch) | |
tree | 794dd565b06be7bb920bebfd7c1a8baacf25389e /test/TEST-08-ISSUE-2730 | |
parent | 50b836518c1f031a33b255f6684ded0422d5a8ef (diff) | |
download | systemd-8a59e79c0900c3fcbd8ca9434b6c6a8eb8690af1.tar.gz |
test: mount root rw and drop /etc/fstab
We had an fstab for the sole purpose of remounting "/" rw. Mounting root ro
is a pointless excercise in obsolete approaches. More importantly, the nspawn
image is now the same as the qemu one.
Diffstat (limited to 'test/TEST-08-ISSUE-2730')
-rwxr-xr-x | test/TEST-08-ISSUE-2730/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/TEST-08-ISSUE-2730/test.sh b/test/TEST-08-ISSUE-2730/test.sh index 1887978dfc..80f3efad62 100755 --- a/test/TEST-08-ISSUE-2730/test.sh +++ b/test/TEST-08-ISSUE-2730/test.sh @@ -14,8 +14,6 @@ test_setup() { ( LOG_LEVEL=5 setup_basic_environment - - rm $initdir/etc/fstab ) mask_supporting_services } |