Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-01 20:04:39 +0300
committerJunio C Hamano <gitster@pobox.com>2019-12-01 20:04:39 +0300
commit723a8adba5748a8acd0024e68276119d57eee6f8 (patch)
treee866d69dec9013963b3c4724996f07a087e1bd5f /t/t5318-commit-graph.sh
parent9da394878174b1197844f90a2f085443e72203cb (diff)
parent4bd0593e0f9149b0e72886c0a2d85bb22fc5404a (diff)
Merge branch 'ds/test-read-graph'
Dev support for commit-graph feature. * ds/test-read-graph: test-tool: use 'read-graph' helper
Diffstat (limited to 't/t5318-commit-graph.sh')
-rwxr-xr-xt/t5318-commit-graph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5318-commit-graph.sh b/t/t5318-commit-graph.sh
index 127b404856..5a3e4e331a 100755
--- a/t/t5318-commit-graph.sh
+++ b/t/t5318-commit-graph.sh
@@ -85,7 +85,7 @@ graph_read_expect() {
num_commits: $1
chunks: oid_fanout oid_lookup commit_metadata$OPTIONAL
EOF
- git commit-graph read >output &&
+ test-tool read-graph >output &&
test_cmp expect output
}