]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-16-EXTEND-TIMEOUT/test.sh
Merge pull request #13119 from keszybz/unit-loading-2
[thirdparty/systemd.git] / test / TEST-16-EXTEND-TIMEOUT / test.sh
index 5c268ad4a6e5758e0eea7f42bc42a6c206e6e9d6..368c9e63ca3620db0e85ed56e077e101fdb6c637 100755 (executable)
@@ -28,11 +28,11 @@ test_setup() {
         setup_testsuite
     )
     # 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
+    ln -fs /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service
+    ln -fs /dev/null $initdir/etc/systemd/system/systemd-journal-catalog-update.service
+    ln -fs /dev/null $initdir/etc/systemd/system/systemd-networkd.service
+    ln -fs /dev/null $initdir/etc/systemd/system/systemd-networkd.socket
+    ln -fs /dev/null $initdir/etc/systemd/system/systemd-resolved.service
 
     setup_nspawn_root
 }