Index: tests/patch.sh |
diff --git a/tests/patch.sh b/tests/patch.sh |
index 038e4d5c8cd593eb38d21e67fb3810a102d44b38..d9c66120b1eae77e937664bcb7bc92a4ede67e20 100755 |
--- a/tests/patch.sh |
+++ b/tests/patch.sh |
@@ -18,7 +18,7 @@ setup_gitsvn |
echo "some work done on a branch" >> test |
git add test; git commit -q -m "branch work" |
- git config rietveld.server localhost:8080 |
+ git config rietveld.server localhost:10000 |
# Prevent the editor from coming up when you upload. |
export GIT_EDITOR=$(which true) |