Index: tests/upload-stale.sh |
diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh |
index 6fc8197bfd13b49dafbd503a9a2a876fcdd12a17..ddc57cc96e081c6381a74c36d66043a22816be0e 100755 |
--- a/tests/upload-stale.sh |
+++ b/tests/upload-stale.sh |
@@ -18,7 +18,7 @@ setup_gitgit |
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) |