mgorny      14/12/21 14:29:37

  Modified:             tests-common.sh
  Log:
  Use gentoo-functions for tests, bug #504378.

Revision  Changes    Path
1.14                 eclass/tests/tests-common.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/tests-common.sh?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/tests-common.sh?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/tests-common.sh?r1=1.13&r2=1.14

Index: tests-common.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/tests/tests-common.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tests-common.sh     16 Oct 2014 17:36:43 -0000      1.13
+++ tests-common.sh     21 Dec 2014 14:29:37 -0000      1.14
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-if ! source /etc/init.d/functions.sh ; then
-       echo "Missing functions.sh.  Please to install!" 1>&2
+if ! source /lib/gentoo/functions.sh ; then
+       echo "Missing functions.sh.  Please install sys-apps/gentoo-functions!" 
1>&2
        exit 1
 fi
 




Reply via email to