Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision 673eb7a23c93903af14453c0bbf51106c4b15ca2)
+++ tests/Makefile.am	(revision 930e57e84af9976e3c468e3eae87d00b211fe242)
@@ -114,4 +114,5 @@
 	$(CFACOMPILETEST) -c -o $(abspath ${@}).o
 	$(CFACCLINK) ${@}.o -o $(abspath ${@})
+	rm $(abspath ${@}).o
 
 # implicit rule for c++ test
@@ -182,4 +183,5 @@
 	$(CFACOMPILETEST) -O0 -c -o $(abspath ${@}).o
 	$(CFACCLINK)  -O0 ${@}.o -o $(abspath ${@})
+	rm $(abspath ${@}).o
 
 #------------------------------------------------------------------------------
Index: tests/linking/.expect/linkerror.txt
===================================================================
--- tests/linking/.expect/linkerror.txt	(revision 673eb7a23c93903af14453c0bbf51106c4b15ca2)
+++ tests/linking/.expect/linkerror.txt	(revision 930e57e84af9976e3c468e3eae87d00b211fe242)
@@ -1,3 +1,2 @@
-CFA Version 1.0.0 (debug)
 linking/linkerror.o: In function `_X4mainFi___1':
 linking/linkerror.cfa:6: undefined reference to `_X18this_doesnot_existFv_i__1'
