]> granicus.if.org Git - curl/commitdiff
removed the state file renaming I accidentally left there
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:55:33 +0000 (08:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:55:33 +0000 (08:55 +0000)
testcurl.sh

index 809c2c070e5a39ea0333dc58672d2e7a2208b829..457266101946e1628ede73c1697bbc44390a8ea8 100755 (executable)
@@ -233,11 +233,6 @@ else
   echo "testcurl: the tests were successful!"  
 fi
 
-if [ $CVS -eq 1 ]; then
-  # store the cvs status for the next time
-  mv $newstat $oldstat
-fi
-
 # get out of dir
 cd ..