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-04-16 13:28:12 +0300
committerJunio C Hamano <gitster@pobox.com>2019-04-16 13:28:12 +0300
commit5866e586665cfcf908cc20b89acc35ff099a48c0 (patch)
treef7e06edf582bb4d77e5476f6ec905603f8894afa
parentd11650dcbd65f3ef5598d0d67b8a148cdac40f5a (diff)
parent0b918b75af41667074b4348afb58190448984314 (diff)
Merge branch 'sg/t5318-cleanup'
Code cleanup. * sg/t5318-cleanup: t5318-commit-graph: remove unused variable
-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 561796f280..069e4e28e4 100755
--- a/t/t5318-commit-graph.sh
+++ b/t/t5318-commit-graph.sh
@@ -75,7 +75,7 @@ graph_read_expect() {
test_expect_success 'write graph' '
cd "$TRASH_DIRECTORY/full" &&
- graph1=$(git commit-graph write) &&
+ git commit-graph write &&
test_path_is_file $objdir/info/commit-graph &&
graph_read_expect "3"
'