remove ares/aclocal.m4 before cvs update to prevent bad conflicts
diff --git a/testcurl.sh b/testcurl.sh
index 1b63c68..043f66c 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -180,6 +180,11 @@
 
 # Do the CVS thing, or not...
 if [ $CVS -eq 1 ]; then
+
+  # this is a temporary fix to make things work again, remove later
+  log "remove ares/aclocal.m4"
+  rm -f ares/aclocal.m4
+
   log "update from CVS"
 
   cvsup() {