diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-09 08:55:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-09 08:55:33 +0000 |
commit | 6eb0b5b9175cc4756086954d2962e4f59ced17a2 (patch) | |
tree | ffd0ff3b86caf4cc0d5f28ea14b285a14393e1d2 | |
parent | 3bdc883c937a656a5998c94a53615ee9f2d3d820 (diff) |
removed the state file renaming I accidentally left there
-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 .. |