diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2020-07-29 23:14:28 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-07-30 09:16:49 -0700 |
| commit | e023ff0691ca207d421a0e75ea23c132ada9142a (patch) | |
| tree | 442aa0f3908245f1ea02f3dc92efe200b6c315d4 /t/t5324-split-commit-graph.sh | |
| parent | docs: add documentation for extensions.objectFormat (diff) | |
| download | git-e023ff0691ca207d421a0e75ea23c132ada9142a.tar.gz git-e023ff0691ca207d421a0e75ea23c132ada9142a.zip | |
t: remove test_oid_init in tests
Now that we call test_oid_init in the setup for all test scripts,
there's no point in calling it individually. Remove all of the places
where we've done so to help keep tests tidy.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5324-split-commit-graph.sh')
| -rwxr-xr-x | t/t5324-split-commit-graph.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5324-split-commit-graph.sh b/t/t5324-split-commit-graph.sh index 269d0964a3..3a63639fbc 100755 --- a/t/t5324-split-commit-graph.sh +++ b/t/t5324-split-commit-graph.sh @@ -12,7 +12,6 @@ test_expect_success 'setup repo' ' git config gc.writeCommitGraph false && infodir=".git/objects/info" && graphdir="$infodir/commit-graphs" && - test_oid_init && test_oid_cache <<-EOM shallow sha1:1760 shallow sha256:2064 |
