From: Daniel Stenberg Date: Mon, 9 Feb 2004 08:55:33 +0000 (+0000) Subject: removed the state file renaming I accidentally left there X-Git-Tag: cares-1_1_0~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eb0b5b9175cc4756086954d2962e4f59ced17a2;p=curl removed the state file renaming I accidentally left there --- diff --git a/testcurl.sh b/testcurl.sh index 809c2c070..457266101 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -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 ..