Index: /trunk/src/VBox/Installer/linux/testcase/tstInstallInit.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/testcase/tstInstallInit.sh	(revision 44087)
+++ /trunk/src/VBox/Installer/linux/testcase/tstInstallInit.sh	(revision 44088)
@@ -197,5 +197,5 @@
 helpers/install_service --command "${tmpdir}/service" --arguments "test of my\ arguments" --description "My description" --prefix "${tmpdir}" --disable ||
     fail_msg "\"helpers/install_service\" failed."
-test "x`find "${tmpdir}"/rc*.d -type l | wc -l`" = "x12" ||
+test "x`find "${tmpdir}"/rc*.d -type l | wc -l`" = "x14" ||
     fail_msg "links were removed on non-forced disable."
 # Final summary.
@@ -266,5 +266,5 @@
 helpers/install_service --command "${tmpdir}/service" --arguments "test of my\ arguments" --description "My description" --prefix "${tmpdir}" --force-enable ||
     fail_msg "\"helpers/install_service\" failed."
-test "x`find "${tmpdir}"/rc*.d -type l | wc -l`" = "x12" ||
+test "x`find "${tmpdir}"/rc*.d -type l | wc -l`" = "x14" ||
     fail_msg "files were not installed on forced enable."
 # Final summary.
