Skip to content

Commit 787b1b5

Browse files
committed
Merge branch 'sg/t5318-cleanup' into next
Code cleanup. * sg/t5318-cleanup: t5318-commit-graph: remove unused variable
2 parents 86ca3eb + 0b918b7 commit 787b1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5318-commit-graph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ graph_read_expect() {
7575

7676
test_expect_success 'write graph' '
7777
cd "$TRASH_DIRECTORY/full" &&
78-
graph1=$(git commit-graph write) &&
78+
git commit-graph write &&
7979
test_path_is_file $objdir/info/commit-graph &&
8080
graph_read_expect "3"
8181
'

0 commit comments

Comments
 (0)