diff --git a/tests/p_lzo/0-install_lzo.sh b/tests/p_lzo/0-install_lzo.sh index 93af2d7..6d13b7f 100755 --- a/tests/p_lzo/0-install_lzo.sh +++ b/tests/p_lzo/0-install_lzo.sh @@ -3,11 +3,11 @@ # Akshay Karle # Christoph Galuschka -t_Log "Running $0 - installing lzop" +t_Log "Running $0 - installing lzo" if [ $centos_ver = 5 ] then t_Log "This is a C5 system. Skipping." else - t_InstallPackage lzop + t_InstallPackage lzo fi