[Initscripts-ng-commits] r837 - in /trunk/src/insserv/debian: changelog run-testsuite

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Aug 18 16:09:02 UTC 2008


Author: kelmo-guest
Date: Mon Aug 18 16:09:01 2008
New Revision: 837

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=837
Log:
Make test_duplicate_provides() test case more realistic by placing
initscripts in init.d dir before registering with insserv. Make sure first
script is registered.

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

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=837&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Mon Aug 18 16:09:01 2008
@@ -1,3 +1,11 @@
+insserv (1.12.0-2) unstable; urgency=low
+
+  * Make test_duplicate_provides() test case more realistic by placing
+    initscripts in init.d dir before registering with insserv. Make sure first
+    script is registered.
+
+ -- Kel Modderman <kel at otaku42.de>  Tue, 19 Aug 2008 02:06:10 +1000
+
 insserv (1.12.0-1) unstable; urgency=low
 
   [ Kel Modderman ]

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=837&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Mon Aug 18 16:09:01 2008
@@ -1221,7 +1221,7 @@
 
 initdir_purge
 
-insertscript one <<'EOF' || true
+addscript one <<'EOF' || true
 ### BEGIN INIT INFO
 # Provides:          samefac
 # Required-Start:
@@ -1241,10 +1241,12 @@
 ### END INIT INFO
 EOF
 
+insserv_reg one || true
 insserv_reg two || true
 
 list_rclinks
 
+check_script_present S one
 ${severity}_script_not_present S two
 }
 ##########################################################################




More information about the Initscripts-ng-commits mailing list