From 0374eedf8dca2c907fd847ed46aa4803745f397c Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 03 2011 16:18:25 +0000 Subject: changed names in p_php --- diff --git a/tests/p_php/0_install_php-cli.sh b/tests/p_php/0_install_php-cli.sh new file mode 100755 index 0000000..24a93ff --- /dev/null +++ b/tests/p_php/0_install_php-cli.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Author: Christoph Galuschka + +t_Log "Running $0 - attempting to install php-cli." +t_InstallPackage php-cli +