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/t5318-commit-graph.sh | |
| parent | 4feb562fc93184b427413b077301c99e71af5a75 (diff) | |
| download | git-e023ff0691ca207d421a0e75ea23c132ada9142a.tar.gz | |
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/t5318-commit-graph.sh')
| -rwxr-xr-x | t/t5318-commit-graph.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t5318-commit-graph.sh b/t/t5318-commit-graph.sh index 26f332d6a3..67f2663c7c 100755 --- a/t/t5318-commit-graph.sh +++ b/t/t5318-commit-graph.sh @@ -10,8 +10,7 @@ test_expect_success 'setup full repo' ' cd "$TRASH_DIRECTORY/full" && git init && git config core.commitGraph true && - objdir=".git/objects" && - test_oid_init + objdir=".git/objects" ' test_expect_success POSIXPERM 'tweak umask for modebit tests' ' |
