| Index: git_cl/test/rename.sh
|
| diff --git a/git_cl/test/rename.sh b/git_cl/test/rename.sh
|
| index 985693b225259913c08459532c601920af570dca..2f56ddef74835842c711e170fd901a1fe0799bc7 100755
|
| --- a/git_cl/test/rename.sh
|
| +++ b/git_cl/test/rename.sh
|
| @@ -20,7 +20,7 @@ setup_gitsvn
|
| git commit -q -m "renamed"
|
| export EDITOR=$(which true)
|
| test_expect_success "upload succeeds" \
|
| - "$GIT_CL upload -m test master... | grep -q 'Issue created'"
|
| + "$GIT_CL upload -m test master | grep -q 'Issue created'"
|
|
|
| # Look at the uploaded patch and verify it is a rename patch.
|
| echo "Rename test not fully implemented yet. :("
|
|
|