| Index: tests/push-basic.sh
|
| diff --git a/tests/push-basic.sh b/tests/push-basic.sh
|
| index 1f9cb275c4c93339b73fff4db92e1a6bf555d030..f84cdeca7ea417a784f09985de2cc2ef3895b441 100755
|
| --- a/tests/push-basic.sh
|
| +++ b/tests/push-basic.sh
|
| @@ -23,7 +23,7 @@ setup_gitgit
|
| test_expect_success "git-cl upload wants a server" \
|
| "$GIT_CL upload 2>&1 | grep -q 'You must configure'"
|
|
|
| - git config rietveld.server localhost:8080
|
| + git config rietveld.server localhost:10000
|
|
|
| test_expect_success "git-cl status has no issue" \
|
| "$GIT_CL_STATUS | grep -q 'no issue'"
|
|
|