Index: trunk/test/testcompile.sh
===================================================================
--- trunk/test/testcompile.sh	(revision 128)
+++ trunk/test/testcompile.sh	(revision 138)
@@ -110,4 +110,5 @@
 	if test x$1 = x0; then
 		[ -z "$verbose" ]     ||  log_msg_ok  "configure...  $TEST";
+		$MAKE clean > /dev/null 2>> test_log
 		$MAKE ${SMATCH} cutest > /dev/null 2>> test_log
 		if test x$? = x0; then
Index: trunk/test/testrun_1.sh
===================================================================
--- trunk/test/testrun_1.sh	(revision 128)
+++ trunk/test/testrun_1.sh	(revision 138)
@@ -933,5 +933,5 @@
 run_check ()
 {
-     ${VALGRIND} ./samhain -t check -p none -l debug 2>>test_log_valgrind
+    ${VALGRIND} ./samhain -t check -p none -l debug 2>>test_log_valgrind
  
     if test x$? = x0; then
