Commit 6eb0b5b9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the state file renaming I accidentally left there

parent 3bdc883c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 ..