]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop service masking in TEST-01-BASIC
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 11 Jan 2019 09:20:30 +0000 (10:20 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 11 Jan 2019 12:45:08 +0000 (13:45 +0100)
This test should ensure all systemd starts correctly, so masking them is
counter-productive in this case.

test/TEST-01-BASIC/test.sh

index 7aa21ff9997fea195798b74b51d325ed27df2850..1c64017aaa0e8af9d56fc91bb0cee66e341f6f24 100755 (executable)
@@ -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
 }