[Initscripts-ng-commits] r747 - /trunk/src/insserv/debian/run-testsuite

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon May 19 14:03:30 UTC 2008


Author: kelmo-guest
Date: Mon May 19 14:03:29 2008
New Revision: 747

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=747
Log:
In new tests, make sure links are created where we expect them to always.

Modified:
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=747&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Mon May 19 14:03:29 2008
@@ -1191,6 +1191,9 @@
 
 list_rclinks
 
+check_script_present 0 nodefstart
+check_script_present 6 nodefstart
+
 check_script_not_present 2 nodefstart
 check_script_not_present 3 nodefstart
 check_script_not_present 4 nodefstart
@@ -1216,6 +1219,11 @@
 insserv_reg nodefstop || true
 
 list_rclinks
+
+check_script_present 2 nodefstop
+check_script_present 3 nodefstop
+check_script_present 4 nodefstop
+check_script_present 5 nodefstop
 
 check_script_not_present 0 nodefstop
 check_script_not_present 1 nodefstop




More information about the Initscripts-ng-commits mailing list