From 2e0023252ad862f6a5d03c3c3563bdbe9aaa8cfe Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jul 13 2013 17:50:18 +0000 Subject: added nc as q required package, the test - when run in standalone mode - fails without nc --- diff --git a/tests/p_mysql/0-install_mysqld.sh b/tests/p_mysql/0-install_mysqld.sh index 96dfa72..046b543 100755 --- a/tests/p_mysql/0-install_mysqld.sh +++ b/tests/p_mysql/0-install_mysqld.sh @@ -4,5 +4,5 @@ t_Log "Running $0 - installing and starting mysql server." # MySQL -t_InstallPackage mysql-server +t_InstallPackage mysql-server nc t_ServiceControl mysqld start >/dev/null 2>&1