Chromium Code Reviews| Index: tests/push-basic.sh |
| diff --git a/tests/push-basic.sh b/tests/push-basic.sh |
| index f84cdeca7ea417a784f09985de2cc2ef3895b441..18936c1c8ecdbd47ba4c1af2c1c8f014338cd862 100755 |
| --- a/tests/push-basic.sh |
| +++ b/tests/push-basic.sh |
| @@ -45,7 +45,7 @@ setup_gitgit |
| $URL/edit |
| test_expect_success "Base URL contains branch name" \ |
| - "curl -s $($GIT_CL_STATUS --field=url) | grep 'URL:' | grep -q '@master'" |
| + "curl -s $($GIT_CL_STATUS --field=url) | grep 'URL:[[:space:]]*[^<]' | grep -q '@master'" |
|
iannucci
2014/03/18 20:38:59
OMFG NO... curling the html output is *horror*. Th
|
| test_expect_success "git-cl push ok" \ |
| "$GIT_CL push -f" |