Index: tests/basic.sh |
diff --git a/tests/basic.sh b/tests/basic.sh |
index 224d09792b2169df486e95d5fe843475c6661d67..0984ae042b6b8d40edd628b532a93d54becd6d1c 100755 |
--- a/tests/basic.sh |
+++ b/tests/basic.sh |
@@ -26,7 +26,7 @@ setup_gitsvn |
git config rietveld.server localhost:10000 |
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) |