summaryrefslogtreecommitdiff
path: root/test/TEST-08-ISSUE-2730
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-12 15:17:30 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:51:13 +0100
commit8a59e79c0900c3fcbd8ca9434b6c6a8eb8690af1 (patch)
tree794dd565b06be7bb920bebfd7c1a8baacf25389e /test/TEST-08-ISSUE-2730
parent50b836518c1f031a33b255f6684ded0422d5a8ef (diff)
downloadsystemd-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-xtest/TEST-08-ISSUE-2730/test.sh2
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
}