summaryrefslogtreecommitdiff
path: root/test/TEST-01-BASIC
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-01-11 10:20:30 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-01-11 13:45:08 +0100
commite47df8232a55b07071d85cae875699a3d0a51348 (patch)
treef6df42844a02110c93859948bd0c96b722d90b7e /test/TEST-01-BASIC
parent0192cbdb2c19ed2abbf6662090f45ab3bf4caf56 (diff)
downloadsystemd-e47df8232a55b07071d85cae875699a3d0a51348.tar.gz
test: drop service masking in TEST-01-BASIC
This test should ensure all systemd starts correctly, so masking them is counter-productive in this case.
Diffstat (limited to 'test/TEST-01-BASIC')
-rwxr-xr-xtest/TEST-01-BASIC/test.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
index 7aa21ff999..1c64017aaa 100755
--- a/test/TEST-01-BASIC/test.sh
+++ b/test/TEST-01-BASIC/test.sh
@@ -34,13 +34,6 @@ EOF
) || return 1
setup_nspawn_root
- # mask some services that we do not want to run in these tests
- ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service
- ln -s /dev/null $initdir/etc/systemd/system/systemd-journal-catalog-update.service
- ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.service
- ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.socket
- ln -s /dev/null $initdir/etc/systemd/system/systemd-resolved.service
-
ddebug "umount $TESTDIR/root"
umount $TESTDIR/root
}