| Index: tests/push-from-logs.sh
 | 
| diff --git a/tests/push-from-logs.sh b/tests/push-from-logs.sh
 | 
| index 1b6ade7ff921281e900220173713585b24df8e05..bb15c3fa043f2e1cd8821f95ed3d44d5ddf1d8c9 100755
 | 
| --- a/tests/push-from-logs.sh
 | 
| +++ b/tests/push-from-logs.sh
 | 
| @@ -31,7 +31,7 @@ setup_gitgit
 | 
|    # Prevent the editor from coming up when you upload.
 | 
|    export EDITOR=$(which true)
 | 
|    test_expect_success "upload succeeds (needs a server running on localhost)" \
 | 
| -      "$GIT_CL upload -m test --desc_from_logs master | \
 | 
| +      "$GIT_CL upload -m test master | \
 | 
|        grep -q 'Issue created'"
 | 
|  
 | 
|    test_expect_success "git-cl status now knows the issue" \
 | 
| 
 |