]> granicus.if.org Git - curl/commitdiff
Remove the attempt to detect if we already tested the same source setup.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Feb 2004 07:15:27 +0000 (07:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Feb 2004 07:15:27 +0000 (07:15 +0000)
We really don't care, and so many other things could've changed to make the
new test interesting anyway.

testcurl.sh

index f256e06cf61cd80d5cf697b1a86774642ee4eb9a..809c2c070e5a39ea0333dc58672d2e7a2208b829 100755 (executable)
@@ -163,22 +163,6 @@ if [ $CVS -eq 1 ]; then
     die
   fi
   
-  # figure out the current collected CVS status
-  newstat="../allcvs.log"
-  oldstat="../oldcvs.log"
-  find . -name Entries -exec cat {} \; > "$newstat"
-  
-  if [ -r "$oldstat" ]; then
-    # there is a previous cvs stat file to compare with
-    if { cmp "$oldstat" "$newstat"; } then
-      echo "testcurl: this is the same CVS status as before"
-      echo "testcurl: ALREADY TESTED THIS SETUP BEFORE"
-      #die
-    else
-      echo "testcurl: there has been a change in the CVS"
-    fi
-  fi
-
   # remove possible left-overs from the past
   rm -f configure
   rm -rf autom4te.cache