diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2020-07-30 01:14:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-30 18:16:49 +0200 |
commit | e023ff0691ca207d421a0e75ea23c132ada9142a (patch) | |
tree | 442aa0f3908245f1ea02f3dc92efe200b6c315d4 /t/t3308-notes-merge.sh | |
parent | docs: add documentation for extensions.objectFormat (diff) | |
download | git-e023ff0691ca207d421a0e75ea23c132ada9142a.tar.xz 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/t3308-notes-merge.sh')
-rwxr-xr-x | t/t3308-notes-merge.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t3308-notes-merge.sh b/t/t3308-notes-merge.sh index 790e292966..d69c84c640 100755 --- a/t/t3308-notes-merge.sh +++ b/t/t3308-notes-merge.sh @@ -22,7 +22,6 @@ test_expect_success setup ' # Copy notes to remote-notes git fetch . refs/notes/*:refs/remote-notes/origin/* && - test_oid_init && test_oid_cache <<-EOF hash4a sha1:5e93d24084d32e1cb61f7070505b9d2530cca987 hash3a sha1:8366731eeee53787d2bdf8fc1eff7d94757e8da0 |