From 086877aae94d0e9db5dcae7b12dfeb82c6b1f26f Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 26 2011 19:51:23 +0000 Subject: Clean yum cache / metadata after rpm test --- diff --git a/tests/p_rpm/rpm_remove_pkg_test.sh b/tests/p_rpm/rpm_remove_pkg_test.sh index a18900e..ab85c7c 100755 --- a/tests/p_rpm/rpm_remove_pkg_test.sh +++ b/tests/p_rpm/rpm_remove_pkg_test.sh @@ -10,3 +10,6 @@ rpm -e zsh && \ rpm -q zsh | grep -q 'package zsh is not installed' t_CheckExitStatus $? + +t_Log "Clean yum metadata / cache" +yum -y clean all