Index: tests/basic.sh |
diff --git a/tests/basic.sh b/tests/basic.sh |
index 430ce29c4c5ad40fac4eaa9942c95039b3f918b0..edf1cb8d7de8fa2b6f4260530404cfca5720fc10 100755 |
--- a/tests/basic.sh |
+++ b/tests/basic.sh |
@@ -54,7 +54,7 @@ setup_gitsvn |
"git show | grep -q 'foo-quux'" |
test_expect_success "issue no longer has a branch" \ |
- "git cl status | grep -q 'work: None'" |
+ "$GIT_CL status | grep -q 'work: None'" |
test_expect_success "upstream svn has our commit" \ |
"svn log $REPO_URL 2>/dev/null | grep -q 'foo-quux'" |