From 11215f91ab1d91c8b392e775b0af3ee8ee91d65b Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 11 2012 11:39:40 +0000 Subject: lzop not available in i386 needs to be fixed in the install script as well ... --- diff --git a/tests/p_lzop/0-install_lzop.sh b/tests/p_lzop/0-install_lzop.sh index 93af2d7..3b6bf7b 100755 --- a/tests/p_lzop/0-install_lzop.sh +++ b/tests/p_lzop/0-install_lzop.sh @@ -8,6 +8,9 @@ t_Log "Running $0 - installing lzop" if [ $centos_ver = 5 ] then t_Log "This is a C5 system. Skipping." +elif [ $(t_GetArch) = i386 ] + then + t_Log "Package not available in i386 architecture. Skipping" else t_InstallPackage lzop fi