1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed the state file renaming I accidentally left there

This commit is contained in:
Daniel Stenberg 2004-02-09 08:55:33 +00:00
parent 3bdc883c93
commit 6eb0b5b917

View File

@ -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 ..