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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Aug 19 10:23:55 UTC 2009


Author: pere
Date: Wed Aug 19 10:23:54 2009
New Revision: 960

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=960
Log:
Make sure test test_insserv_virt_loop actually succeed.

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=960&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Wed Aug 19 10:23:54 2009
@@ -1983,8 +1983,9 @@
 EOF
 set -C
 
-# This will hang and use unlimited amount of memory
-insertscript testscript <<'EOF'
+# This used to hang and use unlimited amount of memory.  Now return
+# error instead.
+insertscript testscript <<'EOF' || true
 ### BEGIN INIT INFO
 # Provides:          testscript
 # Required-Start:    $local_fs




More information about the Initscripts-ng-commits mailing list