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/t6006-rev-list-format.sh | |
parent | docs: add documentation for extensions.objectFormat (diff) | |
download | tgif-e023ff0691ca207d421a0e75ea23c132ada9142a.tar.xz |
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/t6006-rev-list-format.sh')
-rwxr-xr-x | t/t6006-rev-list-format.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t6006-rev-list-format.sh b/t/t6006-rev-list-format.sh index 7e82e43a63..bc95da8a5f 100755 --- a/t/t6006-rev-list-format.sh +++ b/t/t6006-rev-list-format.sh @@ -32,7 +32,6 @@ changed_iso88591=$(echo "$changed" | iconv -f utf-8 -t $test_encoding) truncate_count=20 test_expect_success 'setup' ' - test_oid_init && : >foo && git add foo && git config i18n.commitEncoding $test_encoding && |