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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jul 30 16:04:32 UTC 2008


Author: pere
Date: Wed Jul 30 16:04:31 2008
New Revision: 834

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=834
Log:
* Adjust test_initd_symlink test to accept the first insertion
  and reject the second, as both scripts have the same provide.

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=834&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Jul 30 16:04:31 2008
@@ -2,6 +2,8 @@
 
   [ Petter Reinholdtsen ]
   * Mention initcycle tool from Adam Jensen in README.Debian.
+  * Adjust test_initd_symlink test to accept the first insertion
+    and reject the second, as both scripts have the same provide.
 
   [ Kel Modderman ]
   * New upstream version.

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=834&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Wed Jul 30 16:04:31 2008
@@ -1478,14 +1478,20 @@
 ln -s symlinked ${initddir}/symlink
 
 insserv_reg symlinked || true
-
-list_rclinks
-
-check_script_not_present 1 symlinked
-check_script_not_present 2 symlinked
-check_script_not_present 3 symlinked
-check_script_not_present 4 symlinked
-check_script_not_present 5 symlinked
+insserv_reg symlink || true
+
+list_rclinks
+
+check_script_present 1 symlinked
+check_script_present 2 symlinked
+check_script_present 3 symlinked
+check_script_present 4 symlinked
+check_script_present 5 symlinked
+check_script_not_present 1 symlink
+check_script_not_present 2 symlink
+check_script_not_present 3 symlink
+check_script_not_present 4 symlink
+check_script_not_present 5 symlink
 }
 ##########################################################################
 




More information about the Initscripts-ng-commits mailing list