From 77440a7a00b0c29bddaeb2e72912ee2a7bfdbced Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 11 2012 10:25:34 +0000 Subject: package name is lzo not lzop - fixed --- 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