Index: tests/patch.sh |
diff --git a/tests/patch.sh b/tests/patch.sh |
index 6a70b0eeaea86a3c5343a9b763793739ecd29feb..038e4d5c8cd593eb38d21e67fb3810a102d44b38 100755 |
--- a/tests/patch.sh |
+++ b/tests/patch.sh |
@@ -27,9 +27,9 @@ setup_gitsvn |
"$GIT_CL upload -m test master | grep -q 'Issue created'" |
test_expect_success "git-cl status now knows the issue" \ |
- "$GIT_CL status | grep -q 'Issue number'" |
+ "$GIT_CL_STATUS | grep -q 'Issue number'" |
- ISSUE=$($GIT_CL status | awk '$0 ~ "Issue number:" { print $3 }') |
+ ISSUE=$($GIT_CL_STATUS | awk '$0 ~ "Issue number:" { print $3 }') |
git checkout -q -b test2 master |