From 6eb0b5b9175cc4756086954d2962e4f59ced17a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Feb 2004 08:55:33 +0000 Subject: removed the state file renaming I accidentally left there --- testcurl.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testcurl.sh') 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 .. -- cgit v1.2.3