Index: tests/push-basic.sh |
diff --git a/tests/push-basic.sh b/tests/push-basic.sh |
index 980d7807478ba5db6bcd04236d8e16bb74b22d90..0d434fa7cbbcb98ef9000e2e915b9c8e14912f2c 100755 |
--- a/tests/push-basic.sh |
+++ b/tests/push-basic.sh |
@@ -25,8 +25,9 @@ setup_gitgit |
git config rietveld.server localhost:10000 |
+ # echo $($GIT_CL_STATUS) |
test_expect_success "git-cl status has no issue" \ |
- "$GIT_CL_STATUS | grep -q 'no issue'" |
+ "$GIT_CL_STATUS | grep -q 'No issue assigned'" |
# Prevent the editor from coming up when you upload. |
export GIT_EDITOR=$(which true) |