Browse Source

no need to delete the binary upon failure

Mike Frysinger 16 years ago
parent
commit
2d6c9cc365
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/Test.mak

+ 0 - 1
test/Test.mak

@@ -63,7 +63,6 @@ define exec_test
 		expected_ret="$(RET_$(patsubst %_glibc,%,$(binary_name)))" ; \
 		test -z "$$expected_ret" && export expected_ret=0 ; \
 	if ! test $$ret -eq $$expected_ret ; then \
-		$(RM) $(binary_name) ; \
 		echo "ret == $$ret ; expected_ret == $$expected_ret" ; \
 		cat "$(binary_name).out" ; \
 		exit 1 ; \