Chromium Code Reviews| Index: tests/upload-stale.sh |
| diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh |
| index 0ec8b3ef3353c9cebe47a6cbb4d71293f47181fc..6fc8197bfd13b49dafbd503a9a2a876fcdd12a17 100755 |
| --- a/tests/upload-stale.sh |
| +++ b/tests/upload-stale.sh |
| @@ -26,7 +26,7 @@ setup_gitgit |
| "$GIT_CL upload -m test | grep -q 'Issue created'" |
| test_expect_failure "description shouldn't contain unrelated commits" \ |
| - "$GIT_CL status | grep -q 'second commit'" |
| + "$GIT_CL_STATUS | grep -q 'second commit'" |
| ) |
| SUCCESS=$? |