| Index: tests/submit-from-new-dir.sh
|
| diff --git a/tests/submit-from-new-dir.sh b/tests/submit-from-new-dir.sh
|
| index 063568a22c55420af66bf6f8473136a976a3c6a6..c96f04de4fe7e9b8abdc69502031caaf4f8400df 100755
|
| --- a/tests/submit-from-new-dir.sh
|
| +++ b/tests/submit-from-new-dir.sh
|
| @@ -12,12 +12,12 @@ set -e
|
|
|
| . ./test-lib.sh
|
|
|
| -setup_initsvn
|
| -setup_gitsvn
|
| +setup_git_remote
|
| +setup_git_checkout
|
|
|
| (
|
| set -e
|
| - cd git-svn
|
| + cd git_checkout
|
| git config rietveld.server localhost:10000
|
|
|
| # Create a branch and give it an issue.
|
| @@ -29,8 +29,8 @@ setup_gitsvn
|
| export GIT_EDITOR=$(which true)
|
| test_expect_success "upload succeeds" \
|
| "$GIT_CL upload --no-oauth2 -m test master | grep -q 'Issue created'"
|
| - test_expect_success "git-cl dcommits ok" \
|
| - "$GIT_CL dcommit -f --no-oauth2"
|
| + test_expect_success "git-cl lands ok" \
|
| + "$GIT_CL land -f --no-oauth2"
|
| )
|
|
|
| SUCCESS=$?
|
|
|