Index: tests/abandon.sh |
diff --git a/tests/abandon.sh b/tests/abandon.sh |
index e59d309e324c06c9f1e6ef5d1e7091c21f64563d..93afd62a431e19d26201dbe8eb4d46dfbc05e713 100755 |
--- a/tests/abandon.sh |
+++ b/tests/abandon.sh |
@@ -33,7 +33,7 @@ setup_gitsvn |
# Verify that "status" doesn't know about it anymore. |
# The "exit" trickiness is inverting the exit status of grep. |
test_expect_success "git-cl status dropped abandoned branch" \ |
- "$GIT_CL status | grep -q abandoned && exit 1 || exit 0" |
+ "$GIT_CL_STATUS | grep -q abandoned && exit 1 || exit 0" |
) |
SUCCESS=$? |