[debian-edu-commits] r83675 - in branches/debian-edu-config/jessie: debian testsuite

pere at alioth.debian.org pere at alioth.debian.org
Tue Aug 19 10:46:01 UTC 2014


Author: pere
Date: 2014-08-19 10:46:01 +0000 (Tue, 19 Aug 2014)
New Revision: 83675

Modified:
   branches/debian-edu-config/jessie/debian/changelog
   branches/debian-edu-config/jessie/testsuite/network
Log:
Adjust network testsuite check to use new path to rpcinfo (Closes: #758190).

Modified: branches/debian-edu-config/jessie/debian/changelog
===================================================================
--- branches/debian-edu-config/jessie/debian/changelog	2014-08-19 10:32:10 UTC (rev 83674)
+++ branches/debian-edu-config/jessie/debian/changelog	2014-08-19 10:46:01 UTC (rev 83675)
@@ -1,3 +1,10 @@
+debian-edu-config (1.719) UNRELEASED; urgency=low
+
+  * Adjust network testsuite check to use new path to rpcinfo (Closes:
+    #758190).
+
+ -- Petter Reinholdtsen <pere at debian.org>  Tue, 19 Aug 2014 12:39:05 +0200
+
 debian-edu-config (1.718) unstable; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/debian-edu-config/jessie/testsuite/network
===================================================================
--- branches/debian-edu-config/jessie/testsuite/network	2014-08-19 10:32:10 UTC (rev 83674)
+++ branches/debian-edu-config/jessie/testsuite/network	2014-08-19 10:46:01 UTC (rev 83675)
@@ -53,10 +53,10 @@
 else
 	error "Unable to find /etc/hosts"
 fi
-if [ -x /usr/bin/rpcinfo ] ; then
-	/usr/bin/rpcinfo -p localhost 2>&1 | sed "s%^%info: $0: rpcinfo: %" || true
+if [ -x /usr/sbin/rpcinfo ] ; then
+	/usr/sbin/rpcinfo -p localhost 2>&1 | sed "s%^%info: $0: rpcinfo: %" || true
 else
-	error "Unable to find /usr/bin/rpcinfo"
+	error "Unable to find /usr/sbin/rpcinfo"
 fi
 
 ######################################################################




More information about the debian-edu-commits mailing list