From: Frantisek Sumsal Date: Fri, 11 Jan 2019 09:20:30 +0000 (+0100) Subject: test: drop service masking in TEST-01-BASIC X-Git-Tag: v241-rc1~78^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e47df8232a55b07071d85cae875699a3d0a51348;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index 7aa21ff9997..1c64017aaa0 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 }