about summary refs log tree commit diff
path: root/third_party/git/t/t6102-rev-list-unexpected-objects.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t6102-rev-list-unexpected-objects.sh')
-rwxr-xr-xthird_party/git/t/t6102-rev-list-unexpected-objects.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/t6102-rev-list-unexpected-objects.sh b/third_party/git/t/t6102-rev-list-unexpected-objects.sh
index 52cde097dd..28611c978e 100755
--- a/third_party/git/t/t6102-rev-list-unexpected-objects.sh
+++ b/third_party/git/t/t6102-rev-list-unexpected-objects.sh
@@ -52,7 +52,7 @@ test_expect_success 'traverse unexpected non-commit parent (lone)' '
 '
 
 test_expect_success 'traverse unexpected non-commit parent (seen)' '
-	test_must_fail git rev-list --objects $blob $broken_commit \
+	test_must_fail git rev-list --objects $commit $broken_commit \
 		>output 2>&1 &&
 	test_i18ngrep "not a commit" output
 '