From 488421ab5bb9581c310c559a3634cea2c8dc9a09 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Nov 09 2012 10:27:35 +0000 Subject: typo in the find line --- diff --git a/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh b/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh index 79e81d3..7da91a8 100755 --- a/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh +++ b/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh @@ -18,7 +18,7 @@ egrep '^mirrorlist' /etc/yum.repos.d/*.repo > /dev/null t_CheckExitStatus $? t_Log "Running $0 - is y-p-fastestmirror can get hosts + time them." -find $BaseDir -type f -name timedhosts.txt -exec rm -f {}\; +find $BaseDir -type f -name timedhosts.txt -exec rm -f {} \; yum -d0 list kernel > /dev/null hostsfound=$( wc -l ${BaseDir}/timedhosts.txt ) [ $hostsfound -gt 0 ]