Merge branch 'sg/t5318-cleanup'
Code cleanup. * sg/t5318-cleanup: t5318-commit-graph: remove unused variable
This commit is contained in:
@ -75,7 +75,7 @@ graph_read_expect() {
|
|||||||
|
|
||||||
test_expect_success 'write graph' '
|
test_expect_success 'write graph' '
|
||||||
cd "$TRASH_DIRECTORY/full" &&
|
cd "$TRASH_DIRECTORY/full" &&
|
||||||
graph1=$(git commit-graph write) &&
|
git commit-graph write &&
|
||||||
test_path_is_file $objdir/info/commit-graph &&
|
test_path_is_file $objdir/info/commit-graph &&
|
||||||
graph_read_expect "3"
|
graph_read_expect "3"
|
||||||
'
|
'
|
||||||
|
Reference in New Issue
Block a user