diff --git a/tests/fate.sh b/tests/fate.sh
index 734e94d6c4d516b87b2de451f80bbc43716bda77..56729d88bc987acb747e68fb74b194d0e15997d6 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -104,7 +104,7 @@ version=$(${src}/version.sh ${src})
 test "$version" = "$(cat version-$slot 2>/dev/null)" && exit 0
 echo ${version} >version-$slot
 
-rm -rf "${build}"
+rm -rf "${build}" *.log
 mkdir -p ${build}
 
 configure >configure.log 2>&1 || fail $? "error configuring"