Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision c09ae73d45b4421472135a8a3636eee05a75252b)
+++ tests/Makefile.am	(revision 468c5aa99098064710c12e9fd4ceb60a9cb1bc7f)
@@ -112,5 +112,6 @@
 % : %.cfa $(CFACCBIN)
 	$(CFACOMPILETEST) -c -o $(abspath ${@}).o
-	$(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@})
+	$(CFACCLOCAL) -quiet $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@})
+	rm $(abspath ${@}).o
 
 # implicit rule for c++ test
Index: tests/linking/.expect/linkerror.txt
===================================================================
--- tests/linking/.expect/linkerror.txt	(revision c09ae73d45b4421472135a8a3636eee05a75252b)
+++ tests/linking/.expect/linkerror.txt	(revision 468c5aa99098064710c12e9fd4ceb60a9cb1bc7f)
@@ -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'
