diff options
| -rwxr-xr-x | testcurl.sh | 5 | 
1 files changed, 0 insertions, 5 deletions
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 ..  | 
