[debian-edu-commits] r79803 - branches/wheezy/debian-edu-config/testsuite

pere at alioth.debian.org pere at alioth.debian.org
Fri Apr 26 21:11:55 UTC 2013


Author: pere
Date: 2013-04-26 21:11:55 +0000 (Fri, 26 Apr 2013)
New Revision: 79803

Modified:
   branches/wheezy/debian-edu-config/testsuite/network
Log:
Fix typo in test.

Modified: branches/wheezy/debian-edu-config/testsuite/network
===================================================================
--- branches/wheezy/debian-edu-config/testsuite/network	2013-04-26 19:13:39 UTC (rev 79802)
+++ branches/wheezy/debian-edu-config/testsuite/network	2013-04-26 21:11:55 UTC (rev 79803)
@@ -122,7 +122,7 @@
 # check if <URL: http://bugs.debian.org/705900 > is present.
 for p in ping ping6; do 
     if $p -c3 $(hostname) > /dev/null 2>&1 ; then
-	sucess "$p $(hostname) work."
+	success "$p $(hostname) work."
     else
 	error "$p $(hostname) fail, BTS #705900 present?"
     fi




More information about the debian-edu-commits mailing list